Skip to content

Commit 94ae012

Browse files
committed
static checks
1 parent 52d4ab5 commit 94ae012

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

airflow-core/src/airflow/executors/base_executor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,7 @@ def queue_workload(self, workload: ExecutorWorkload, session: Session) -> None:
247247
f"Workload must be one of: ExecuteTask, ExecuteCallback."
248248
)
249249

250-
def _get_workloads_to_schedule(
251-
self, open_slots: int
252-
) -> list[tuple[WorkloadKey, ExecutorWorkload]]:
250+
def _get_workloads_to_schedule(self, open_slots: int) -> list[tuple[WorkloadKey, ExecutorWorkload]]:
253251
"""
254252
Select and return the next batch of workloads to schedule, respecting priority policy.
255253

0 commit comments

Comments
 (0)