Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 21, 2023
1 parent a7ba05f commit d68d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/core/airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = logging.getLogger(__name__)


def get_airflow_task(task: Task, dag: DAG, task_group: 'TaskGroup | None' = None) -> BaseOperator:
def get_airflow_task(task: Task, dag: DAG, task_group: "TaskGroup | None" = None) -> BaseOperator:
"""
Get the Airflow Operator class for a Task.
Expand Down

0 comments on commit d68d3e7

Please sign in to comment.