Remove unused import from azure dyn inventory (#34980)

pull/4420/head
Patrick Marques 2018-03-22 00:57:45 +00:00 committed by Jordan Borean
parent bc4f8a6786
commit d5cd10c214
1 changed files with 0 additions and 2 deletions

View File

@ -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