Skip to content

Commit 92f7f57

Browse files
committed
import Emit after glob
1 parent 8a91ba1 commit 92f7f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybleno/Bleno.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import platform
33
import sys
44
from . import UuidUtil
5-
from .hci_socket.Emit import Emit
65

76
platform = platform.system().lower()
87

@@ -16,6 +15,7 @@
1615
else:
1716
raise Exception('Unsupported platform')
1817

18+
from .hci_socket.Emit import Emit
1919

2020
class Error(Exception):
2121
def __init__(self, message):

0 commit comments

Comments
 (0)