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 28, 2024
1 parent bbb3eae commit d7d7ab8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pipelines/datasets/br_cgu_licitacao_contrato/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# -*- coding: utf-8 -*-

2 changes: 1 addition & 1 deletion pipelines/utils/crawler_cgu/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_current_date_and_download_file(table_id : str,
)
log(f"Last date in API: {last_date_in_api}")
log(f"Next date in API: {next_date_in_api}")

max_date = str(download_file(table_id = table_id,
dataset_id = dataset_id,
year = next_date_in_api.year,
Expand Down

0 comments on commit d7d7ab8

Please sign in to comment.