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 Feb 7, 2024
1 parent cad8ba6 commit 5e2e341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astronomer/providers/core/hooks/astro.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ def get_dag_run(self, external_dag_id: str, dag_run_id: str) -> dict[str, Any] |
dr: dict[str, Any] = response.json()
return dr

def get_task_instance(self, external_dag_id: str, dag_run_id: str, external_task_id: str) -> dict[str, Any] | None:
def get_task_instance(
self, external_dag_id: str, dag_run_id: str, external_task_id: str
) -> dict[str, Any] | None:
"""
Retrieves information about a specific task instance within a DAG run.
Expand Down

0 comments on commit 5e2e341

Please sign in to comment.