Skip to content

Commit 5d341ad

Browse files
committed
Change import of moved file
1 parent befa25c commit 5d341ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

device/focstim/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from device.focstim.notifications_pb2 import NotificationBoot, NotificationPotentiometer, NotificationCurrents, \
1515
NotificationModelEstimation, NotificationSystemStats, NotificationSignalStats, NotificationDebugString, \
1616
NotificationBattery, NotificationDebugAS5311
17-
from device.focstim.teleplot import Teleplot
17+
from net.teleplot import Teleplot
1818
from device.output_device import OutputDevice
1919
from stim_math.audio_gen.base_classes import RemoteGenerationAlgorithm
2020

device/focstim/proto_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from device.focstim.notifications_pb2 import NotificationBoot, NotificationPotentiometer, NotificationCurrents, \
1717
NotificationModelEstimation, NotificationSystemStats, NotificationSignalStats, NotificationBattery, \
1818
NotificationLSM6DSOX, NotificationDebugString, NotificationDebugAS5311
19-
from device.focstim.teleplot import Teleplot
19+
from net.teleplot import Teleplot
2020
from device.output_device import OutputDevice
2121
from stim_math.audio_gen.base_classes import RemoteGenerationAlgorithm
2222

0 commit comments

Comments
 (0)