Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 9, 2023
1 parent acdf22a commit 69c4515
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions people-and-planet-ai/weather-forecasting/e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from __future__ import annotations

from datetime import datetime
import os
import textwrap

# The conftest contains a bunch of reusable fixtures used all over the place.
Expand Down Expand Up @@ -113,6 +112,5 @@ def test_weather_forecasting_notebook(
"# ☁️ Train the model in Vertex AI": {
"variables": {"data_path": data_path_gcs, "epochs": 2}
},
"# 🔮 Make predictions": {"model_path": MODEL_PATH}, # uses model_local_path
},
)

0 comments on commit 69c4515

Please sign in to comment.