potiuk commented on a change in pull request #20466:
URL: https://github.com/apache/airflow/pull/20466#discussion_r774040874
##########
File path: airflow/kubernetes/pod_runtime_info_env.py
##########
@@ -16,12 +16,10 @@
# specific language governing permissions and limitations
# under the License.
"""This module is deprecated. Please use
:mod:`kubernetes.client.models.V1EnvVar`."""
-# flake8: noqa
-
import warnings
with warnings.catch_warnings():
- from airflow.providers.cncf.kubernetes.backcompat.pod_runtime_info_env
import PodRuntimeInfoEnv
+ from airflow.providers.cncf.kubernetes.backcompat.pod_runtime_info_env
import PodRuntimeInfoEnv # noqa
Review comment:
yes
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]