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 Sep 28, 2023
1 parent 9da0d41 commit d1dffdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pipelines/utils/crawler_ibge_inflacao/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
import os
import ssl
from time import sleep
import basedosdados as bd
from datetime import datetime

import basedosdados as bd
import pandas as pd
import wget
from prefect import task
Expand Down
3 changes: 1 addition & 2 deletions pipelines/utils/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Customizing stuff for the pipelines package.
"""

from functools import partial
from typing import Callable, Iterable, List, Optional, Set

from prefect.core.edge import Edge
Expand All @@ -18,8 +17,8 @@
from prefect.storage import Storage

from pipelines.constants import constants
# from pipelines.utils.utils import notify_discord_on_failure

# from pipelines.utils.utils import notify_discord_on_failure


class CustomFlow(Flow):
Expand Down

0 comments on commit d1dffdf

Please sign in to comment.