satisfy flake8 linter (this is ridiculus)

This commit is contained in:
Bdoner
2023-02-22 10:57:40 +01:00
parent fdbcf92bd6
commit 291ab9263e
4 changed files with 29 additions and 43 deletions
+3 -3
View File
@@ -39,6 +39,6 @@ IDFILE=/home/pi/BirdNET-Pi/IdentifiedSoFar.txt"""
f.write(text)
settings = config_to_settings(filename.name)
assert(settings["APPRISE_NOTIFICATION_TITLE"] == "Bird!")
assert(settings["FULL_DISK"] == "purge")
assert(settings["OVERLAP"] == "0.0") # Yes, it's a string at this point.
assert (settings["APPRISE_NOTIFICATION_TITLE"] == "Bird!")
assert (settings["FULL_DISK"] == "purge")
assert (settings["OVERLAP"] == "0.0") # Yes, it's a string at this point.