Fix pep8 violation (trailing whitespace)

This commit is contained in:
Justin Santa Barbara
2011-02-23 12:55:07 -08:00
parent 4416c7f9e8
commit 8a0f7ed917

View File

@@ -175,5 +175,3 @@ class MiniXPathTestCase(test.TestCase):
input = {'a': [1, 2, {'b': 'b_1'}]}
self.assertEquals([1, 2, {'b': 'b_1'}], xp(input, "a"))
self.assertEquals(['b_1'], xp(input, "a/b"))