o-nikolas commented on code in PR #54486:
URL: https://github.com/apache/airflow/pull/54486#discussion_r2283183144
##########
airflow-core/src/airflow/executors/executor_loader.py:
##########
@@ -157,7 +152,7 @@ def block_use_of_multi_team(cls):
raise AirflowConfigException("Configuring multiple team based
executors is not yet supported!")
@classmethod
- def _get_team_executor_configs(cls) -> list[tuple[str, list[str]]]:
+ def _get_team_executor_configs(cls) -> list[tuple[str | None, list[str]]]:
Review Comment:
Sure, fixed!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]