Tried to fix linting
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
from micropython import const
|
|
||||||
from supervisor import ticks_ms
|
from supervisor import ticks_ms
|
||||||
from kmk.hid import HID_REPORT_SIZES, HIDReportTypes
|
from kmk.hid import HID_REPORT_SIZES, HIDReportTypes
|
||||||
from kmk.keys import make_key
|
from kmk.keys import make_key
|
||||||
@@ -22,8 +21,6 @@ class PointingDevice:
|
|||||||
self.report_w = memoryview(self._evt)[4:]
|
self.report_w = memoryview(self._evt)[4:]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MouseKeys(Module):
|
class MouseKeys(Module):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.pointing_device = PointingDevice()
|
self.pointing_device = PointingDevice()
|
||||||
|
Reference in New Issue
Block a user