Skip to content

Commit

Permalink
Revert "Add docstring"
Browse files Browse the repository at this point in the history
This reverts commit 95e2717.
  • Loading branch information
thomasvolte committed Apr 18, 2024
1 parent df76a7f commit b38fed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elhub_sdk/consumption.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def request_consumption(
return {'success': False, 'error': 'Unexpected error', 'details': str(ex) if str(ex) else "No details provided"}

def log_history(history):
""" Log the history plugin """
for hist in [history.last_sent, history.last_received]:
if hist is not None and "envelope" in hist:
envelope_str = ET.tostring(hist["envelope"], encoding='unicode')
Expand Down

0 comments on commit b38fed5

Please sign in to comment.