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 20, 2024
1 parent b6050a9 commit 4a298d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/meteorologia/radar/mendanha/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from prefeitura_rio.pipelines_utils.state_handlers import handler_inject_bd_credentials

from pipelines.constants import constants
from pipelines.meteorologia.radar.mendanha.constants import ( # pylint: disable=E0611, E0401
constants as radar_constants,
from pipelines.meteorologia.radar.mendanha.constants import (
constants as radar_constants, # pylint: disable=E0611, E0401
)

# from pipelines.tasks import task_get_redis_client
Expand Down
3 changes: 1 addition & 2 deletions pipelines/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
get_redis_client,
)

from pipelines.utils_rj_cor import (
# get_redis_client_from_infisical,
from pipelines.utils_rj_cor import ( # get_redis_client_from_infisical,
treat_redis_output,
)

Expand Down

0 comments on commit 4a298d2

Please sign in to comment.