diff --git a/dsmr_parser/parsers.py b/dsmr_parser/parsers.py index c57b52bc6..554e1547f 100644 --- a/dsmr_parser/parsers.py +++ b/dsmr_parser/parsers.py @@ -59,7 +59,7 @@ def parse( :raises InvalidChecksumError: """ -# @TODO: Disabled in DSMR-reader due to incompatibilities with dlms-cosem's dependency of "cryptography" + # @TODO: Disabled in DSMR-reader due to incompatibilities with dlms-cosem's dependency of "cryptography" # if "general_global_cipher" in self.telegram_specification: # if self.telegram_specification["general_global_cipher"]: # enc_key = unhexlify(encryption_key)