Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Nov 7, 2024
1 parent c386b7a commit 3368283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/io/luts/tests/test_clf_common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""
Defines helper functionality for CLF tests.
"""
Expand Down Expand Up @@ -45,6 +44,7 @@ def snippet_to_process_list(snippet: str) -> clf.ProcessList:
doc = wrap_snippet(snippet)
return clf.parse_clf(doc)


def snippet_as_tmp_file(snippet):
doc = wrap_snippet(snippet)
tmp_folder = tempfile.gettempdir()
Expand Down

0 comments on commit 3368283

Please sign in to comment.