diff --git a/src/aare/devices/aerotech.py b/src/aare/devices/aerotech.py index 47e532fa..80ad79d1 100644 --- a/src/aare/devices/aerotech.py +++ b/src/aare/devices/aerotech.py @@ -3,13 +3,10 @@ import sys import threading from enum import Enum -from enum_pv import EnumPv - import automation1 as a1 from aare.common.beamline import MXBeamline, mx_beamline -from epics import PV, Motor -from my_motor import MyMotor +from aare.devices.my_motor import MyMotor class AerotechController: