mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused import from azure dyn inventory (#34980)
This commit is contained in:
parent
bc4f8a6786
commit
d5cd10c214
1 changed files with 0 additions and 2 deletions
|
@ -200,8 +200,6 @@ except ImportError:
|
||||||
# python3
|
# python3
|
||||||
import configparser as cp
|
import configparser as cp
|
||||||
|
|
||||||
from packaging.version import Version
|
|
||||||
|
|
||||||
from os.path import expanduser
|
from os.path import expanduser
|
||||||
import ansible.module_utils.six.moves.urllib.parse as urlparse
|
import ansible.module_utils.six.moves.urllib.parse as urlparse
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue