Skip to content

Commit eb8a4c4

Browse files
committed
code format
1 parent 01241d9 commit eb8a4c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_usb_host_mouse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def y(self) -> int:
173173
def y(self, new_y: int) -> None:
174174
self.tilegrid.y = int(new_y)
175175

176-
177176
def release(self):
178177
"""
179178
Release the mouse cursor and re-attach it to the kernel

0 commit comments

Comments
 (0)