Skip to content

Commit f5d446b

Browse files
committed
import cleanup
1 parent 4669b1e commit f5d446b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_p402.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import unittest
22
from unittest.mock import MagicMock
33

4-
from canopen.objectdictionary import ObjectDictionary, ODVariable
4+
from canopen.objectdictionary import ODVariable, ObjectDictionary
55
from canopen.objectdictionary.datatypes import INTEGER8, UNSIGNED16, UNSIGNED32
6-
from canopen.profiles.p402 import BaseNode402, Homing, OperationMode, State402
6+
from canopen.profiles.p402 import BaseNode402, OperationMode, State402
77

88

99
def _make_od():

0 commit comments

Comments
 (0)