Skip to content

Commit e5708e2

Browse files
authored
Update daq_move_DCServoKCube.py
1 parent 06eeb7f commit e5708e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pymodaq_plugins_thorlabs/daq_move_plugins/daq_move_DCServoKCube.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from pymodaq.control_modules.move_utility_classes import (
22
DAQ_Move_base, comon_parameters_fun, main, DataActuatorType, DataActuator)
3-
from pymodaq.utils.daq_utils import ThreadCommand
43

5-
from pymodaq.utils.parameter import Parameter
4+
from pymodaq_utils.logger import set_logger, get_module_name
5+
from pymodaq_utils.utils import ThreadCommand
6+
from pymodaq_gui.parameter import Parameter
67

78
from pymodaq_plugins_thorlabs.hardware.daq_move_servocube_abstract import DAQ_Move_DCServoCube_Abstract
89
from pymodaq_plugins_thorlabs.hardware.kinesis import DCServoKCube, serialnumbers_kcube_dcservo
9-
from pymodaq.utils.logger import set_logger, get_module_name
10+
1011

1112
logger = set_logger(get_module_name(__file__))
1213

0 commit comments

Comments
 (0)