Skip to content

Commit 1d8bb31

Browse files
Add doc entry, add example and fix missing support for multi-1D LUT.
1 parent 348209d commit 1d8bb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour_clf_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"
105105

106106

107-
def read_clf(path: str | Path) -> ProcessList | None:
107+
def read_clf(path: str | Path) -> ProcessList:
108108
"""
109109
Read given *CLF* file and return a *ProcessList*.
110110

0 commit comments

Comments
 (0)