diff options
author | Patrick Marques <pmarques@users.noreply.github.com> | 2018-03-22 01:57:45 +0100 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2018-03-22 01:57:45 +0100 |
commit | d5cd10c214fedcaa38dc62d00e974e0674c926d8 (patch) | |
tree | 1d24d187ee678bb583e8787a68df1a583ef575f7 /contrib | |
parent | win_tempfile: Fix pslint issues (#37720) (diff) | |
download | ansible-d5cd10c214fedcaa38dc62d00e974e0674c926d8.tar.xz ansible-d5cd10c214fedcaa38dc62d00e974e0674c926d8.zip |
Remove unused import from azure dyn inventory (#34980)
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/inventory/azure_rm.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/inventory/azure_rm.py b/contrib/inventory/azure_rm.py index 513e06f30b..d706ccd395 100755 --- a/contrib/inventory/azure_rm.py +++ b/contrib/inventory/azure_rm.py @@ -200,8 +200,6 @@ except ImportError: # python3 import configparser as cp -from packaging.version import Version - from os.path import expanduser import ansible.module_utils.six.moves.urllib.parse as urlparse |