Skip to content

Commit

Permalink
chore(PressWebhookLog): ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Sep 25, 2024
1 parent b62d5ee commit 8d76e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions press/press/doctype/press_webhook_log/press_webhook_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PressWebhookLog(Document):

if TYPE_CHECKING:
from frappe.types import DF

from press.press.doctype.press_webhook_attempt.press_webhook_attempt import PressWebhookAttempt

attempts: DF.Table[PressWebhookAttempt]
Expand Down

0 comments on commit 8d76e0c

Please sign in to comment.