potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537793757



##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -15,11 +15,14 @@
 # specific language governing permissions and limitations
 # under the License.
 import tempfile
-from typing import Any, Generator, Optional, Tuple, Union
+from typing import Any, Dict, Generator, Optional, Tuple, Union
 
 import yaml
 from cached_property import cached_property
+from flask_appbuilder.fieldwidgets import BS3TextFieldWidget
+from flask_babel import lazy_gettext
 from kubernetes import client, config, watch
+from wtforms import BooleanField, Field, StringField

Review comment:
       I also remove it from the BaseHook.




----------------------------------------------------------------
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:
[email protected]


Reply via email to