Skip to content

Commit 89849d4

Browse files
committed
Reun pre-commit
1 parent ccf1d71 commit 89849d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def __getattr__(self, attr: str) -> bool:
423423
list of constants at the top of this module for available options.
424424
"""
425425
if attr == "id":
426-
raise AttributeError() # Avoid infinite recursion
426+
raise AttributeError() # Avoid infinite recursion
427427
if self.id == attr:
428428
return True
429429
return False

0 commit comments

Comments
 (0)