Skip to content

Commit 00139fa

Browse files
author
James Boulton
committed
fxn
1 parent 0fb361a commit 00139fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dashio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
from .schedular import Schedular
7676
from .tcp_connection import TCPConnection
7777
from .zmq_connection import ZMQConnection
78-
from . import quectel_EG800Q
78+
from .quectel_EG800Q import EG800Q
7979

8080
__all__ = [
8181
'Device',
@@ -84,6 +84,7 @@
8484
'ZMQConnection',
8585
'DashConnection',
8686
'Lte767xConnection',
87+
'EG800Q',
8788
'ConnectionState',
8889
'DashIOCommsModuleConnection',
8990
'Schedular',
@@ -146,7 +147,6 @@
146147
'EventData',
147148
'EventLog',
148149
'ColorPicker',
149-
'quectel_EG800Q'
150150
]
151151

152152

0 commit comments

Comments
 (0)