Commit 37d8c31
committed
ble.lwp3.bytecodes: Fix IODeviceCapabilities enum
Fix failing on newer versions of Python which are more strict about
empty enums.
Fixes the following error:
TypeError: <flag 'IODeviceCapabilities'> has no members; specify `names=()` if you meant to create a new, empty, enum1 parent f93fba9 commit 37d8c31
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1008 | 1008 | | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | | - | |
| 1011 | + | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | 1014 | | |
| |||
0 commit comments