This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 53af77a5fe6 Removed duplicate staticmethod (#64477) (#64479)
53af77a5fe6 is described below

commit 53af77a5fe6efec9d0296c2483b7931877486c0a
Author: Kengo Wada <[email protected]>
AuthorDate: Thu Apr 2 01:15:10 2026 +0900

    Removed duplicate staticmethod (#64477) (#64479)
---
 airflow-core/src/airflow/utils/log/file_task_handler.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/airflow-core/src/airflow/utils/log/file_task_handler.py 
b/airflow-core/src/airflow/utils/log/file_task_handler.py
index 1481d0a315e..324856951af 100644
--- a/airflow-core/src/airflow/utils/log/file_task_handler.py
+++ b/airflow-core/src/airflow/utils/log/file_task_handler.py
@@ -694,7 +694,6 @@ class FileTaskHandler(logging.Handler):
                 "log_pos": log_pos,
             }
 
-    @staticmethod
     @staticmethod
     def _get_pod_namespace(ti: TaskInstance | TaskInstanceHistory):
         pod_override = getattr(ti.executor_config, "pod_override", None)

Reply via email to