Skip to content

Commit 69cca3f

Browse files
committed
... not .. in standard .py
1 parent b5dc585 commit 69cca3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_ble/services/standard/standard.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
from .. import Service
3333
from ...uuid import StandardUUID
34-
from ..characteristics.string import StringCharacteristic
35-
from ..characteristics import StructCharacteristic
36-
from ..characteristics.int import Uint8Characteristic
34+
from ...characteristics.string import StringCharacteristic
35+
from ...characteristics import StructCharacteristic
36+
from ...characteristics.int import Uint8Characteristic
3737

3838
__version__ = "0.0.0-auto.0"
3939
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE.git"

0 commit comments

Comments
 (0)