Skip to content

Commit 11f463a

Browse files
committed
Add ruff exception
1 parent 9283648 commit 11f463a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adafruit_usb_host_mouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def __init__( # noqa: PLR0913, too many args
217217

218218
if tilegrid is not None:
219219
try:
220-
import supervisor
220+
import supervisor # noqa: PLC0415
221221
except ImportError:
222222
self.tilegrid.x, self.tilegrid.y = 0
223223
else:

0 commit comments

Comments
 (0)