1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-01 16:18:55 +00:00

Remove unneeded urllib2 import

This commit is contained in:
Toshio Kuratomi 2015-07-28 11:23:29 -07:00 committed by Matt Clay
parent ae18b7633c
commit b91684b8ad

View file

@ -83,7 +83,6 @@ EXAMPLES = '''
import csv
import json
import urllib2
import urlparse
SUPPORTED_DISTROS = ['ubuntu']