Skip to content

Commit 9817d84

Browse files
committed
remove unused import
1 parent 6ca92b4 commit 9817d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_midi/midi_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2727

2828
try:
29-
from typing import Union, Tuple, Any, List, Optional, Dict
29+
from typing import Union, Tuple, Any, List, Optional
3030
except ImportError:
3131
pass
3232

0 commit comments

Comments
 (0)