From 4c8f33cfe076979ccfcbe2e5fc26416757615c12 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Fri, 5 Sep 2014 19:51:52 -0600 Subject: [PATCH] Don't import cStringIO in test_cli.py --- tests/test_cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 1c7cb0db..35cbabbd 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,7 +1,5 @@ import subprocess -from six import StringIO - def test_cli_bounds_obj_bbox(): result = subprocess.check_output(