MLSRuleQueryTest: PEP8 fix

This commit is contained in:
Chris PeBenito 2015-04-03 14:59:07 -04:00
parent cfbedfb9f3
commit 816fc94e3b

View File

@ -275,4 +275,3 @@ class MLSRuleQueryTest(mixins.ValidateRule, unittest.TestCase):
self.assertEqual(len(r), 1)
self.validate_rule(r[0], "range_transition", "test45", "test45", "infoflow",
"s45:c1 - s45:c1.c3")