Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 28, 2023
1 parent c094705 commit d1c7919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsmr_parser/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d1c7919

Please sign in to comment.