remove pylint configs from newer version
This commit is contained in:
parent
9c845aa13e
commit
4eff77cd4e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ except ConnectionError:
|
||||||
print("Failed to connect to WiFi with provided credentials")
|
print("Failed to connect to WiFi with provided credentials")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# pylint: disable=consider-using-with, possibly-used-before-assignment, unsubscriptable-object
|
# pylint: disable=unsubscriptable-object
|
||||||
|
|
||||||
if HOURLY_CHIME or ALARM_TIME is not None:
|
if HOURLY_CHIME or ALARM_TIME is not None:
|
||||||
# Audio Setup
|
# Audio Setup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue