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

dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 8e74a20  fixup!  Add ability to specify pod_template_file in 
executor_config (#11784)
8e74a20 is described below

commit 8e74a201dfcacb4874f7a6b0a6631b75ddf4e446
Author: Daniel Imberman <daniel.imber...@gmail.com>
AuthorDate: Wed Nov 18 14:00:55 2020 -0800

    fixup!  Add ability to specify pod_template_file in executor_config (#11784)
---
 airflow/kubernetes/pod_generator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/kubernetes/pod_generator.py 
b/airflow/kubernetes/pod_generator.py
index 5553913..9d2856d 100644
--- a/airflow/kubernetes/pod_generator.py
+++ b/airflow/kubernetes/pod_generator.py
@@ -564,7 +564,7 @@ class PodGenerator(object):
         return reduce(PodGenerator.reconcile_pods, pod_list)
 
     @staticmethod
-    def serialize_pod(pod: k8s.V1Pod):
+    def serialize_pod(pod):
         """
 
         Converts a k8s.V1Pod into a jsonified object

Reply via email to