summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2011-02-11 17:46:54 +0000
committerJonathan Lange <jml@canonical.com>2011-02-11 17:46:54 +0000
commit6a8c8d0f5c13598484d659d80f995588a919a1f4 (patch)
tree996fab1b427f257f5197783ea8a94e69d44763e3 /python
parent77c9c58133de6bee368c524918c0fa8978d254da (diff)
downloadsubunit-git-6a8c8d0f5c13598484d659d80f995588a919a1f4.tar.gz
Unnecessary whitespace.
Diffstat (limited to 'python')
-rw-r--r--python/subunit/test_results.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/test_results.py b/python/subunit/test_results.py
index f2f5d82..a6ad0c6 100644
--- a/python/subunit/test_results.py
+++ b/python/subunit/test_results.py
@@ -236,7 +236,6 @@ class TestResultFilter(TestResultDecorator):
self._current_test_filtered = None
# The (new, gone) tags for the current test.
self._current_test_tags = None
-
# Calls to this result that we don't know whether to forward on yet.
self._buffered_calls = []