mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
be explicit about urllib import and remove conditional urllib(2) import
urllib and urllib2 have been in the python stdlib since at least python-2.3. There's no reason to conditionalize it. Fixes https://github.com/ansible/ansible/issues/11322
This commit is contained in:
committed by
Matt Clay
parent
655fa27dc7
commit
16bd2c7357
@@ -76,6 +76,7 @@ EXAMPLES = '''
|
||||
comment='Test Deploy'
|
||||
'''
|
||||
|
||||
import urllib
|
||||
|
||||
def main():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user