Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed May 14, 2024
1 parent 54a3fe0 commit 025ca92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _run(
) -> str | None:
self.log.info("Event: and now my watch begins starting at resource_version: %s", resource_version)

kwargs: dict[str:Any] = {"label_selector": f"airflow-worker={scheduler_job_id}"}
kwargs: dict[str, Any] = {"label_selector": f"airflow-worker={scheduler_job_id}"}
if resource_version:
kwargs["resource_version"] = resource_version
if kube_config.kube_client_request_args:
Expand Down

0 comments on commit 025ca92

Please sign in to comment.