We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcc5db commit 8c5b6b6Copy full SHA for 8c5b6b6
adafruit_midi/midi_message.py
@@ -307,7 +307,7 @@ def __bytes__(self) -> bytes:
307
# Returns the new object.
308
# pylint: disable=unused-argument
309
@classmethod
310
- def from_bytes(cls, msg_bytes: bytes) -> MIDIMessage:
+ def from_bytes(cls, msg_bytes: bytes) -> 'MIDIMessage':
311
"""Creates an object from the byte stream of the wire protocol
312
representation of the MIDI message."""
313
return cls()
0 commit comments