Skip to content

Commit 5f4288f

Browse files
committed
run pre-commit
1 parent 5e232c3 commit 5f4288f

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
@@ -304,7 +304,7 @@ def release(self):
304304
# was_attached is an empty list if no interfaces were detached from the kernel
305305
if self.was_attached:
306306
# the first element of the was_attached list is a list of detached interfaces
307-
for intf in self.was_attached[0]:
307+
for intf in self.was_attached[0]:
308308
if not self.device.is_kernel_driver_active(intf):
309309
self.device.attach_kernel_driver(intf)
310310

0 commit comments

Comments
 (0)