File tree Expand file tree Collapse file tree
celery/src/airflow/providers/celery/executors
cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 from airflow .callbacks .base_callback_sink import BaseCallbackSink
4040 from airflow .callbacks .callback_requests import CallbackRequest
4141 from airflow .executors .base_executor import EventBufferValueType
42- from airflow .models .taskinstance import (
43- SimpleTaskInstance , # type: ignore[attr-defined]
42+ from airflow .models .taskinstance import ( # type: ignore[attr-defined]
43+ SimpleTaskInstance ,
4444 TaskInstance ,
4545 )
4646 from airflow .models .taskinstancekey import TaskInstanceKey
Original file line number Diff line number Diff line change 3333 from airflow .callbacks .callback_requests import CallbackRequest
3434 from airflow .executors .base_executor import EventBufferValueType
3535 from airflow .executors .local_executor import LocalExecutor
36- from airflow .models .taskinstance import (
37- SimpleTaskInstance , # type: ignore[attr-defined]
36+ from airflow .models .taskinstance import ( # type: ignore[attr-defined]
37+ SimpleTaskInstance ,
3838 TaskInstance ,
3939 TaskInstanceKey ,
4040 )
You can’t perform that action at this time.
0 commit comments