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 4669b1e commit f5d446bCopy full SHA for f5d446b
1 file changed
test/test_p402.py
@@ -1,9 +1,9 @@
1
import unittest
2
from unittest.mock import MagicMock
3
4
-from canopen.objectdictionary import ObjectDictionary, ODVariable
+from canopen.objectdictionary import ODVariable, ObjectDictionary
5
from canopen.objectdictionary.datatypes import INTEGER8, UNSIGNED16, UNSIGNED32
6
-from canopen.profiles.p402 import BaseNode402, Homing, OperationMode, State402
+from canopen.profiles.p402 import BaseNode402, OperationMode, State402
7
8
9
def _make_od():
0 commit comments