Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Strawder, Paul committed May 5, 2023
1 parent bd54368 commit 0301a62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

from bleak import BleakClient, BleakScanner, BLEDevice

from utils import *
from struct import *
from lltjbd import LltJbdProtection, LltJbd
from utils import logger
from struct import unpack_from

BLE_SERVICE_UUID = "0000ff00-0000-1000-8000-00805f9b34fb"
BLE_CHARACTERISTICS_TX_UUID = "0000ff02-0000-1000-8000-00805f9b34fb"
Expand Down

0 comments on commit 0301a62

Please sign in to comment.