diff --git a/tests/test_full.py b/tests/test_full.py index 7847a19..bad58db 100644 --- a/tests/test_full.py +++ b/tests/test_full.py @@ -1,8 +1,5 @@ import os -try: - from cStringIO import StringIO as BytesIO -except ImportError: - from io import BytesIO # Python 3 +from io import BytesIO import numpy as np