Skip to content

Commit 503fd2f

Browse files
committed
ruff
1 parent a04d8e4 commit 503fd2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/python_files/fetch_weather_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# %% [markdown]
22
# # Historical weather data download from open-meteo.com
3-
#
3+
#
44
# This notebook downloads historical weather data for 10 medium to large urban
55
# areas in France from the Open Meteo Historical Forecast API. The data is
66
# saved in a Parquet file in the `datasets` folder.
@@ -27,7 +27,7 @@
2727
# List of 10 medium to large urban areas with their GPS coordinates to cover
2828
# most regions in France with a slight focus on most populated regions that
2929
# are likely to drive electricity demand.
30-
#
30+
#
3131
# The coordinates were suggested by Mistral's Le Chat. So better check on a map
3232
# if they are correct.
3333

0 commit comments

Comments
 (0)