A wild W504 linter error appeared! Fix those.

This commit is contained in:
Josh Klar
2019-07-20 15:15:01 -07:00
parent 5c8bd45615
commit a51d11f6e6
5 changed files with 17 additions and 16 deletions

View File

@@ -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