mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Removed unused import of sys module
This commit is contained in:
parent
e998090d52
commit
36330d00ad
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ Login to a Docker registry without performing any other action. Make sure that t
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
|
||||||
import json
|
import json
|
||||||
import base64
|
import base64
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
|
|
Loading…
Reference in a new issue