From 8e2bdd32792949fc35898c94d402570aac509287 Mon Sep 17 00:00:00 2001 From: Gunnar Klauberg Date: Fri, 12 Nov 2021 19:23:38 +0000 Subject: [PATCH] clean-up re-format --- dsmr_parser/telegram_specifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py index bb82868..83f6bd8 100644 --- a/dsmr_parser/telegram_specifications.py +++ b/dsmr_parser/telegram_specifications.py @@ -9,6 +9,7 @@ from dsmr_parser.profile_generic_specifications import BUFFER_TYPES, PG_HEAD_PAR """ dsmr_parser.telegram_specifications ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + This module contains DSMR telegram specifications. Each specifications describes how the telegram lines are parsed. """