We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c845aa commit 4eff77cCopy full SHA for 4eff77c
Cartoon_Character_Clock/code.py
@@ -51,7 +51,7 @@
51
print("Failed to connect to WiFi with provided credentials")
52
raise
53
54
-# pylint: disable=consider-using-with, possibly-used-before-assignment, unsubscriptable-object
+# pylint: disable=unsubscriptable-object
55
56
if HOURLY_CHIME or ALARM_TIME is not None:
57
# Audio Setup
0 commit comments