Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent aa9d733 commit f9e4edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/utils/gypscie/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ def get_dataset_info(station_type: str, source: str) -> Dict:
}
if source == "alertario":
dataset_info["table_id"] = "meteorologia_alertario"
dataset_info["destination_table_id"] = (
"preprocessamento_estacao_meteorologica_alertario"
)
dataset_info[
"destination_table_id"
] = "preprocessamento_estacao_meteorologica_alertario"
elif source == "inmet":
dataset_info["table_id"] = "meteorologia_inmet"
dataset_info["destination_table_id"] = "preprocessamento_estacao_meteorologica_inmet"
Expand Down

0 comments on commit f9e4edb

Please sign in to comment.