Skip to content

Commit

Permalink
pull in pleb pre-commit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cblades-tc committed Oct 3, 2024
1 parent eb146be commit 2cec4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tcex/app/service/webhook_trigger_service.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""TcEx Framework Module"""

# standard library
import base64
import json
Expand Down Expand Up @@ -314,6 +315,7 @@ def process_webhook_marshall_event_command(self, message: dict):
try:
# call callback method
# pylint: disable=not-callable
# type: ignore
callback_response: dict | None = self.webhook_marshall_event_callback(
body=body,
headers=message.get('headers'),
Expand Down

0 comments on commit 2cec4e7

Please sign in to comment.