We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3090024 commit c437716Copy full SHA for c437716
src/canmatrix/canmatrix.py
@@ -42,7 +42,7 @@
42
from itertools import zip_longest
43
44
import canmatrix.copy
45
-import canmatrix.canmatrix_types
+import canmatrix.types
46
import canmatrix.utils
47
48
if sys.version_info < (3, 8):
src/canmatrix/formats/arxml.py
@@ -36,7 +36,7 @@
36
37
import canmatrix
38
import canmatrix.cancluster
39
40
41
logger = logging.getLogger(__name__)
src/canmatrix/canmatrix_types.py src/canmatrix/types.pysrc/canmatrix/canmatrix_types.py renamed to src/canmatrix/types.py
0 commit comments