Skip to content

Commit b79a0ee

Browse files
Revert "removes galvo base"
This reverts commit 115d2b9.
1 parent 115d2b9 commit b79a0ee

File tree

1 file changed

+2
-1
lines changed
  • src/navigate/model/devices/galvo

1 file changed

+2
-1
lines changed

src/navigate/model/devices/galvo/asi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838

3939
# Local Imports
40+
from navigate.model.devices.galvo.base import GalvoBase
4041
from navigate.model.devices.device_types import SerialDevice
4142
from navigate.model.devices.APIs.asi.asi_tiger_controller import TigerController
4243
from navigate.tools.decorators import log_initialization
@@ -47,7 +48,7 @@
4748

4849

4950
@log_initialization
50-
class ASIGalvo(SerialDevice):
51+
class ASIGalvo(GalvoBase , SerialDevice):
5152
"""GalvoASI Class - ASI DAQ Control of Galvanometers"""
5253

5354
def __init__(

0 commit comments

Comments
 (0)