We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dc585 commit 69cca3fCopy full SHA for 69cca3f
adafruit_ble/services/standard/standard.py
@@ -31,9 +31,9 @@
31
32
from .. import Service
33
from ...uuid import StandardUUID
34
-from ..characteristics.string import StringCharacteristic
35
-from ..characteristics import StructCharacteristic
36
-from ..characteristics.int import Uint8Characteristic
+from ...characteristics.string import StringCharacteristic
+from ...characteristics import StructCharacteristic
+from ...characteristics.int import Uint8Characteristic
37
38
__version__ = "0.0.0-auto.0"
39
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE.git"
0 commit comments