From 81fd581e57987ecb35ab875c4c202a9f2b8a483d Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Sat, 26 Nov 2016 15:58:24 +0100 Subject: [PATCH] pep8 --- test/test_parse_v4_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_parse_v4_2.py b/test/test_parse_v4_2.py index 36773e7..bb0b67a 100644 --- a/test/test_parse_v4_2.py +++ b/test/test_parse_v4_2.py @@ -47,6 +47,7 @@ TELEGRAM_V4_2 = [ '!5D83', ] + class TelegramParserV4_2Test(unittest.TestCase): """ Test parsing of a DSMR v4.2 telegram. """