Skip to content

Commit

Permalink
fix static check error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 28, 2023
1 parent 5110b96 commit 7668657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/cncf/kubernetes/utils/pod_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
from urllib3.response import HTTPResponse

from airflow.exceptions import AirflowException, AirflowProviderDeprecationWarning
from airflow.providers.cncf.kubernetes.kube_client import get_kube_client
from airflow.providers.cncf.kubernetes.pod_generator import PodDefaults
from airflow.typing_compat import Literal, Protocol
from airflow.utils.log.logging_mixin import LoggingMixin
Expand Down

0 comments on commit 7668657

Please sign in to comment.