Skip to content

Commit 7db278b

Browse files
committed
Address formatting issues
Signed-off-by: Doug Walker <[email protected]>
1 parent fcbd4e2 commit 7db278b

File tree

1 file changed

+2
-5
lines changed
  • opencolorio_config_aces/clf/transforms/canon

1 file changed

+2
-5
lines changed

opencolorio_config_aces/clf/transforms/canon/generate.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
generate_clf_transform,
2020
matrix_RGB_to_RGB_transform,
2121
)
22-
from opencolorio_config_aces.config import transform_factory
2322

2423
__author__ = "OpenColorIO Contributors"
2524
__copyright__ = "Copyright Contributors to the OpenColorIO Project."
@@ -78,9 +77,7 @@ def generate_clf_transforms_canon(output_directory):
7877

7978
bt = ocio.BuiltinTransform(style="CANON_CLOG3-CGAMUT_to_ACES2065-1")
8079

81-
mtx = matrix_RGB_to_RGB_transform(
82-
"Cinema Gamut", "ACES2065-1", "CAT02"
83-
)
80+
mtx = matrix_RGB_to_RGB_transform("Cinema Gamut", "ACES2065-1", "CAT02")
8481

8582
aces_transform_id = (
8683
"urn:ampas:aces:transformId:v1.5:"
@@ -124,7 +121,7 @@ def generate_clf_transforms_canon(output_directory):
124121

125122
# Generate `NamedTransform` for log curve only.
126123

127-
# TODO: This will have to wait for OCIO 2.2 in order to do this without
124+
# TODO: This will have to wait for OCIO 2.2 in order to do this without
128125
# requiring an external LUT file.
129126

130127
return clf_transforms

0 commit comments

Comments
 (0)