Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 3, 2023
1 parent 528ccb4 commit f55503b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion people-and-planet-ai/weather-forecasting/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.egg-info
data*/
data/
1 change: 0 additions & 1 deletion people-and-planet-ai/weather-forecasting/e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit f55503b

Please sign in to comment.