Skip to content

Commit

Permalink
Add doc entry, add example and fix missing support for multi-1D LUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Feb 21, 2025
1 parent 348209d commit 1d8bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour_clf_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"


def read_clf(path: str | Path) -> ProcessList | None:
def read_clf(path: str | Path) -> ProcessList:
"""
Read given *CLF* file and return a *ProcessList*.
Expand Down

0 comments on commit 1d8bb31

Please sign in to comment.