Skip to content

Commit

Permalink
Remove six.io. (benjaminp#285)
Browse files Browse the repository at this point in the history
There was `six.io` if and only if py3, which was error-prone.
  • Loading branch information
toslunar authored and benjaminp committed Apr 9, 2019
1 parent 6845a1b commit 8da94b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions six.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def u(s):
import io
StringIO = io.StringIO
BytesIO = io.BytesIO
del io
_assertCountEqual = "assertCountEqual"
if sys.version_info[1] <= 1:
_assertRaisesRegex = "assertRaisesRegexp"
Expand Down

0 comments on commit 8da94b8

Please sign in to comment.