jscheffl commented on code in PR #44510:
URL: https://github.com/apache/airflow/pull/44510#discussion_r1864865166


##########
providers/src/airflow/providers/edge/worker_api/routes/_v2_routes.py:
##########
@@ -81,18 +80,12 @@ def _initialize_method_map() -> dict[str, Callable]:
     from airflow.providers.edge.models.edge_logs import EdgeLogs
     from airflow.providers.edge.models.edge_worker import EdgeWorker
     from airflow.secrets.metastore import MetastoreBackend
-    from airflow.sensors.base import _orig_start_date
-    from airflow.utils.cli_action_loggers import _default_action_log_internal
-    from airflow.utils.log.file_task_handler import FileTaskHandler
 
     functions: list[Callable] = [
-        _default_action_log_internal,

Review Comment:
   Now the PR is merged, so probably after re-base you can drop these changes 
and should not be in-the-way anymore



-- 
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]

Reply via email to