Skip to content

Commit 4eff77c

Browse files
committed
remove pylint configs from newer version
1 parent 9c845aa commit 4eff77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cartoon_Character_Clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
print("Failed to connect to WiFi with provided credentials")
5252
raise
5353

54-
# pylint: disable=consider-using-with, possibly-used-before-assignment, unsubscriptable-object
54+
# pylint: disable=unsubscriptable-object
5555

5656
if HOURLY_CHIME or ALARM_TIME is not None:
5757
# Audio Setup

0 commit comments

Comments
 (0)