summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 00:08:08 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 00:08:08 -0800
commitbc6c0874bd7de0711df7e717c4375bd496b04e76 (patch)
tree87eb42b9e41dc6c78dd8132239e02c18eaeeaf19
parent30b1e9f57b3fd5f09327a0094f6ed793f1c9b3a3 (diff)
downloadisort-bc6c0874bd7de0711df7e717c4375bd496b04e76.tar.gz
Add back missing import
-rw-r--r--test_isort.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_isort.py b/test_isort.py
index 4a919fff..0fac7c14 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -21,6 +21,7 @@ OTHER DEALINGS IN THE SOFTWARE.
"""
from tempfile import NamedTemporaryFile
+import io
import os
import os.path
import posixpath