diff options
| author | Jonathan Lange <jml@mumak.net> | 2012-04-10 14:12:14 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2012-04-10 14:12:14 +0100 |
| commit | 6f3bfe4a750ed5c34a1e61705593d935c0cff38d (patch) | |
| tree | 5fe82a291aee31553cc258e82076544f8b5e5b54 /python/subunit/tests | |
| parent | ffc3ec6be067481ca601cf3cf604a548c6279ea7 (diff) | |
| download | subunit-git-6f3bfe4a750ed5c34a1e61705593d935c0cff38d.tar.gz | |
Flakes
Diffstat (limited to 'python/subunit/tests')
| -rw-r--r-- | python/subunit/tests/test_subunit_filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/tests/test_subunit_filter.py b/python/subunit/tests/test_subunit_filter.py index 0675484..83b9240 100644 --- a/python/subunit/tests/test_subunit_filter.py +++ b/python/subunit/tests/test_subunit_filter.py @@ -21,7 +21,7 @@ from subunit import iso8601 import unittest from testtools import TestCase -from testtools.compat import _b, BytesIO, StringIO +from testtools.compat import _b, BytesIO from testtools.testresult.doubles import ExtendedTestResult import subunit |
