Skip to content

Commit

Permalink
import Emit after glob
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed May 27, 2024
1 parent 8a91ba1 commit 92f7f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybleno/Bleno.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import platform
import sys
from . import UuidUtil
from .hci_socket.Emit import Emit

platform = platform.system().lower()

Expand All @@ -16,6 +15,7 @@
else:
raise Exception('Unsupported platform')

from .hci_socket.Emit import Emit

class Error(Exception):
def __init__(self, message):
Expand Down

0 comments on commit 92f7f57

Please sign in to comment.