Skip to content

Commit c437716

Browse files
committed
WIP
WIP
1 parent 3090024 commit c437716

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/canmatrix/canmatrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from itertools import zip_longest
4343

4444
import canmatrix.copy
45-
import canmatrix.canmatrix_types
45+
import canmatrix.types
4646
import canmatrix.utils
4747

4848
if sys.version_info < (3, 8):

src/canmatrix/formats/arxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
import canmatrix
3838
import canmatrix.cancluster
39-
import canmatrix.canmatrix_types
39+
import canmatrix.types
4040
import canmatrix.utils
4141

4242
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)