A wild W504 linter error appeared! Fix those.
This commit is contained in:
@@ -183,10 +183,7 @@ else:
|
||||
self.devices[HIDReportTypes.MOUSE] = device
|
||||
continue
|
||||
|
||||
if (
|
||||
up == HIDUsagePage.SYSCONTROL and
|
||||
us == HIDUsage.SYSCONTROL
|
||||
):
|
||||
if up == HIDUsagePage.SYSCONTROL and us == HIDUsage.SYSCONTROL:
|
||||
self.devices[HIDReportTypes.SYSCONTROL] = device
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user