Skip to content

Commit f725500

Browse files
committed
run pre-commit :/
1 parent e37e192 commit f725500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_usb_host_mouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def release(self):
260260
Release the mouse cursor and re-attach it to the kernel
261261
if it was attached previously.
262262
"""
263-
# was_attached is a list of interfaces detached from the kernel or
263+
# was_attached is a list of interfaces detached from the kernel or
264264
# an empty list if no interfaces were detached
265265
for intf in self.was_attached:
266266
if not self.device.is_kernel_driver_active(intf):

0 commit comments

Comments
 (0)