Skip to content

Commit

Permalink
fixup! Fix k8s tests (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Jan 8, 2020
1 parent d6fee9a commit 550521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/kubernetes/istio.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from packaging.version import parse as semantic_version
except ImportError:
# Python 2
from distutils.version import LooseVersion as semantic_version
from distutils.version import LooseVersion as semantic_version # type: ignore


class SidecarNames:
Expand Down

0 comments on commit 550521f

Please sign in to comment.