We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d8c31 commit 19f1c01Copy full SHA for 19f1c01
1 file changed
pybricksdev/ble/lwp3/bytecodes.py
@@ -574,8 +574,7 @@ class PortID(IntEnum):
574
All enum members are dynamic. (0 to 49 are external and 50 - 100 are internal)
575
"""
576
577
- # not used - Python requires at least one member
578
- _PLACEHOLDER = -1
+ names = ()
579
580
@property
581
def internal(self) -> bool:
@@ -914,8 +913,7 @@ class HwNetExtFamily(IntEnum):
914
913
a single byte.
915
916
917
918
919
920
921
def family(self) -> HwNetFamily:
0 commit comments