Skip to content

Commit cc3ff6f

Browse files
committed
Remove unused import
1 parent 7c52419 commit cc3ff6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_ble/services/midi.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
from ..uuid import VendorUUID
1515
from ..characteristics import Characteristic
1616

17-
try:
18-
from typing import Optional
19-
except ImportError:
20-
pass
21-
2217
__version__ = "0.0.0-auto.0"
2318
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE.git"
2419

0 commit comments

Comments
 (0)