diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2013-11-19 14:56:14 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2013-11-19 14:56:14 +1300 |
| commit | 4d3f98360afb4c5f1677bd50a9f7eefb2e3b570b (patch) | |
| tree | 17de802777f43b636dc58da8bd4f033ec0bdc6fd /python/subunit/tests | |
| parent | f039432e1d69845d713df84f284d631dfa996190 (diff) | |
| download | subunit-git-4d3f98360afb4c5f1677bd50a9f7eefb2e3b570b.tar.gz | |
Fix things pyflakes complains about.
Diffstat (limited to 'python/subunit/tests')
| -rw-r--r-- | python/subunit/tests/test_output_filter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/tests/test_output_filter.py b/python/subunit/tests/test_output_filter.py index 1359c46..fac47ff 100644 --- a/python/subunit/tests/test_output_filter.py +++ b/python/subunit/tests/test_output_filter.py @@ -16,7 +16,6 @@ import argparse -from collections import namedtuple import datetime from functools import partial from io import BytesIO |
