Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Feb 27, 2024
1 parent 525ae1c commit d6f41c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ror_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
get_post_success,
)
from dataloader.scripts.populate_documentation import update_table_descriptions
from ror_scripts.fetch import fetch


args = get_default_args(pocs=["Jennifer"])
Expand Down Expand Up @@ -61,7 +60,7 @@
f"gsutil -m cp -r gs://{DATA_BUCKET}/{gcs_folder}/scripts/* .",
"virtualenv venv",
". venv/bin/activate",
"python3 -m pip install google-cloud-storage zipfile",
"python3 -m pip install google-cloud-storage",
]
)
download_data = GKEStartPodOperator(
Expand Down

0 comments on commit d6f41c7

Please sign in to comment.