diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-12-02 23:46:54 +0000 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2014-12-02 23:46:54 +0000 |
| commit | a7ea9e11a2e6626f1e5726a5e2a5ad514e86921e (patch) | |
| tree | 9c5844680bac31c6ecb380dc49355856edd25dae /python | |
| parent | cc8b57e0627cc4cb37ed5d3f36cc2d5614d50b0d (diff) | |
| download | subunit-git-a7ea9e11a2e6626f1e5726a5e2a5ad514e86921e.tar.gz | |
Remove unused import.
Diffstat (limited to 'python')
| -rwxr-xr-x | python/subunit/run.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py index 5bf1db2..e711dd6 100755 --- a/python/subunit/run.py +++ b/python/subunit/run.py @@ -25,7 +25,6 @@ import os import sys from testtools import ExtendedToStreamDecorator -from testtools.testsuite import iterate_tests from subunit import StreamResultToBytes, get_default_formatter from subunit.test_results import AutoTimingTestResultDecorator |
