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 Oct 23, 2024
1 parent dfa036c commit 847e798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pipelines/atividade_economica/dump_db/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
handler_inject_bd_credentials,
)

from pipelines.atividade_economica.dump_db.schedules import alvaras_infra_daily_update_schedule
from pipelines.atividade_economica.dump_db.schedules import (
alvaras_infra_daily_update_schedule,
)
from pipelines.constants import constants

rj_iplanrio_alvaras_flow = deepcopy(dump_sql_flow)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/atividade_economica/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ID_Alvara,
Quantidade,
ID_AtvProcesso,
ID_CAE,
ID_CAE,
ID_CNAE,
ID_DiaDeferimento,
ID_DiaSolicitacao,
Expand Down

0 comments on commit 847e798

Please sign in to comment.