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 346c025 commit 5b254eaCopy full SHA for 5b254ea
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
5
-from canopen.objectdictionary.datatypes import UNSIGNED16, UNSIGNED32, INTEGER8
6
-from canopen.profiles.p402 import BaseNode402, State402, OperationMode, Homing
+from canopen.objectdictionary import ODVariable, ObjectDictionary
+from canopen.objectdictionary.datatypes import INTEGER8, UNSIGNED16, UNSIGNED32
+from canopen.profiles.p402 import BaseNode402, Homing, OperationMode, State402
7
8
9
def _make_od():
0 commit comments