Skip to content

Commit

Permalink
Merge branch 'staging/impa_poetry' of github.com:prefeitura-rio/pipel…
Browse files Browse the repository at this point in the history
…ines_weather_forecast into staging/impa_poetry
  • Loading branch information
patriciacatandi committed Oct 15, 2024
2 parents 5cb4c4d + 5942c95 commit 022ad6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/precipitation_model/rionowcast/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pipelines.precipitation_model.rionowcast.schedules import ( # pylint: disable=E0611, E0401
prediction_schedule,
)
from pipelines.precipitation_model.rionowcast.tasks import ( # pylint: disable=E0611, E0401
from pipelines.precipitation_model.rionowcast.tasks import ( # pylint: disable=E0611, E0401; task_wait_run,
access_api,
calculate_start_and_end_date,
create_image,
Expand All @@ -41,7 +41,6 @@
get_prediction_on_gypscie,
query_data_from_gcp,
register_dataset_on_gypscie,
# task_wait_run,
)
from pipelines.tasks import task_create_partitions # pylint: disable=E0611, E0401

Expand Down

0 comments on commit 022ad6f

Please sign in to comment.