mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
FIX: Make 02 flake8 complient
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user