You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/20 12:49:36 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception

mik-laj commented on a change in pull request #6614: [AIRFLOW-6020] fix python 3 KubernetesExecutor iteritems exception
URL: https://github.com/apache/airflow/pull/6614#discussion_r348462628
 
 

 ##########
 File path: airflow/executors/kubernetes_executor.py
 ##########
 @@ -23,6 +23,7 @@
 from queue import Empty
 from typing import Union
 from uuid import uuid4
+from six import iteritems
 
 Review comment:
   Unfortunately, we do not use the six package in this project. Can you fix it some other way?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services