1
0
Fork 0
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:
Olaf Kilian 2015-05-07 09:15:04 +02:00 committed by Matt Clay
parent e998090d52
commit 36330d00ad

View file

@ -97,7 +97,6 @@ Login to a Docker registry without performing any other action. Make sure that t
'''
import os.path
import sys
import json
import base64
from urlparse import urlparse