Go to file
Chris Mekelburg 8c678d274a made change to fix else/return None problem
I removed the
else:
    return None
and replaced with
return None

as discussed on Discord. I checked the code with test_friend_functions.py
and it all still works.
2024-10-20 20:18:55 -04:00
weather some help as I work thorugh weather.py 2024-10-20 19:48:33 -04:00
.commit_template Initial commit 2024-08-27 23:08:27 +00:00
.gitignore Initial commit 2024-08-27 23:08:27 +00:00
friend_functions.py made change to fix else/return None problem 2024-10-20 20:18:55 -04:00
globalize_weather.sh Initial commit 2024-08-27 23:08:27 +00:00
people.py Initial commit 2024-08-27 23:08:27 +00:00
poetry.lock Initial commit 2024-08-27 23:08:27 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:27 +00:00
test_friend_functions.py Initial commit 2024-08-27 23:08:27 +00:00