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 ed95e16 commit 115d2b9Copy full SHA for 115d2b9
src/navigate/model/devices/galvo/asi.py
@@ -37,7 +37,6 @@
37
38
39
# Local Imports
40
-from navigate.model.devices.galvo.base import GalvoBase
41
from navigate.model.devices.device_types import SerialDevice
42
from navigate.model.devices.APIs.asi.asi_tiger_controller import TigerController
43
from navigate.tools.decorators import log_initialization
@@ -48,7 +47,7 @@
48
47
49
50
@log_initialization
51
-class ASIGalvo(GalvoBase , SerialDevice):
+class ASIGalvo(SerialDevice):
52
"""GalvoASI Class - ASI DAQ Control of Galvanometers"""
53
54
def __init__(
0 commit comments