We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5314d commit 4d4133bCopy full SHA for 4d4133b
colour_clf_io/tests/test_clf_parsing.py
@@ -6,14 +6,15 @@
6
7
import numpy as np
8
import pytest
9
-from test_clf_common import wrap_snippet
10
11
import colour_clf_io.elements
12
import colour_clf_io.process_nodes
13
import colour_clf_io.values
14
from colour_clf_io import parse_clf, read_clf
15
from colour_clf_io.errors import ParsingError
16
+from .test_clf_common import wrap_snippet
17
+
18
__author__ = "Colour Developers"
19
__copyright__ = "Copyright 2013 Colour Developers"
20
__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause"
0 commit comments