Remove an unnecessary import from the ansiballz wrapper (#41747)

pull/41788/head
Toshio Kuratomi 6 years ago committed by Jordan Borean
parent c68aa804c4
commit 3ea936312a

@ -0,0 +1,3 @@
---
minor_changes:
- Removed an unnecessary import from the AnsiballZ wrapper

@ -143,12 +143,6 @@ if sys.version_info < (3,):
else:
unicode = str
PY3 = True
try:
# Python-2.6+
from io import BytesIO as IOStream
except ImportError:
# Python < 2.6
from StringIO import StringIO as IOStream
ZIPDATA = """%(zipdata)s"""

Loading…
Cancel
Save