diff --git a/people-and-planet-ai/weather-forecasting/.gitignore b/people-and-planet-ai/weather-forecasting/.gitignore index 2f43566a60a9..77dab6d929c9 100644 --- a/people-and-planet-ai/weather-forecasting/.gitignore +++ b/people-and-planet-ai/weather-forecasting/.gitignore @@ -1,2 +1,2 @@ *.egg-info -data*/ +data/ diff --git a/people-and-planet-ai/weather-forecasting/e2e_test.py b/people-and-planet-ai/weather-forecasting/e2e_test.py index 419a6dd52bff..58b232eaddba 100644 --- a/people-and-planet-ai/weather-forecasting/e2e_test.py +++ b/people-and-planet-ai/weather-forecasting/e2e_test.py @@ -17,7 +17,6 @@ from datetime import datetime import os import textwrap -from typing import Iterable # The conftest contains a bunch of reusable fixtures used all over the place. # If we use a fixture not defined here, it must be on the conftest!