uranusjr commented on a change in pull request #18787:
URL: https://github.com/apache/airflow/pull/18787#discussion_r723773701



##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -419,9 +419,11 @@ def get_base_pod_from_template(pod_template_file: 
Optional[str], kube_config: An
         return 
PodGenerator.deserialize_model_file(kube_config.pod_template_file)
 
 
-class KubernetesExecutor(BaseExecutor, LoggingMixin):
+class KubernetesExecutor(BaseExecutor):

Review comment:
       BaseExecutor already inherits LoggingMixin so this is not needed.




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to