FIX: Make 02 flake8 complient

This commit is contained in:
2026-02-02 14:41:10 +01:00
parent 7e3ca26e97
commit eab1167091
5 changed files with 35 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ def check_temperature(temp_str: str) -> int | None:
print("Error: " + temp_str + "°C", ex)
return (None)
if __name__ == "__main__":
print("=== Garden Temperature checker ===")
print("\nTesting temperature: 25")