Skip to content

Commit

Permalink
Test explicit import of Struct-derived classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
acolomb committed Jun 18, 2024
1 parent 11ba262 commit e40d862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canopen/objectdictionary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import logging

from canopen.objectdictionary.datatypes import *
from canopen.objectdictionary.datatypes import IntegerN, UnsignedN
from canopen.utils import pretty_index

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e40d862

Please sign in to comment.