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 6ca92b4 commit 9817d84Copy full SHA for 9817d84
adafruit_midi/midi_message.py
@@ -26,7 +26,7 @@
26
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
27
28
try:
29
- from typing import Union, Tuple, Any, List, Optional, Dict
+ from typing import Union, Tuple, Any, List, Optional
30
except ImportError:
31
pass
32
0 commit comments