Skip to content

Commit

Permalink
Fix pre-commit hook check
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 5, 2024
1 parent f69ece9 commit a730577
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cosmos/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from cosmos import cache, settings
from cosmos.airflow.graph import build_airflow_graph
from cosmos.config import ProjectConfig, ExecutionConfig, RenderConfig, ProfileConfig
from cosmos.config import ExecutionConfig, ProfileConfig, ProjectConfig, RenderConfig
from cosmos.constants import ExecutionMode
from cosmos.dbt.graph import DbtGraph
from cosmos.dbt.selector import retrieve_by_label
Expand Down Expand Up @@ -238,10 +238,6 @@ def __init__(
ExecutionConfig.execution_mode is set to ExecutionMode.VIRTUALENV."
)

profile_args = {}
if profile_config.profile_mapping:
profile_args = profile_config.profile_mapping.profile_args

if not operator_args:
operator_args = {}

Expand Down

0 comments on commit a730577

Please sign in to comment.