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")
|
||||
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:
|
||||
# Audio Setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue