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 2022/06/21 23:35:09 UTC

[GitHub] [airflow] blag commented on a diff in pull request #24582: Update providers to use functools compat for ``cached_property``

blag commented on code in PR #24582:
URL: https://github.com/apache/airflow/pull/24582#discussion_r903149256


##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -14,22 +14,16 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-import sys
 import tempfile
 import warnings
 from typing import Any, Dict, Generator, List, Optional, Tuple, Union
 
+from kubernetes import client, config, watch
 from kubernetes.config import ConfigException

Review Comment:
   Ignorable nit: `kubernetes.config` is kinda sorta being imported twice.



-- 
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-unsubscribe@airflow.apache.org

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