fixed pep8

This commit is contained in:
Nigel Dokter 2017-02-27 20:35:19 +01:00
parent 3d64fea247
commit d2f57a8926

View File

@ -7,7 +7,6 @@ from test import example_telegrams
class MatchTelegramSpecificationTest(unittest.TestCase): class MatchTelegramSpecificationTest(unittest.TestCase):
def test_v2_2(self): def test_v2_2(self):
assert match_telegram_specification(example_telegrams.TELEGRAM_V2_2) \ assert match_telegram_specification(example_telegrams.TELEGRAM_V2_2) \
== telegram_specifications.V2_2 == telegram_specifications.V2_2