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.
2 parents 9f30c74 + 0a61787 commit edcec23Copy full SHA for edcec23
pythonosc/osc_message_builder.py
@@ -5,7 +5,7 @@
5
from pythonosc import osc_message
6
from pythonosc.parsing import osc_types
7
8
-ArgValue = Union[str, bytes, bool, int, float, osc_types.MidiPacket, list]
+ArgValue = Union[str, bytes, bool, int, float, osc_types.MidiPacket, list, None]
9
10
11
class BuildError(Exception):
0 commit comments