From ebc906b7133539e54eb6c2496795a114545a788f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Nov 2025 15:17:05 +0000 Subject: [PATCH] chore(webhooks): Remove unused imports (time, timedelta) Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com> --- src/documents/webhooks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/documents/webhooks.py b/src/documents/webhooks.py index a25a65846..ea5d9c0c3 100644 --- a/src/documents/webhooks.py +++ b/src/documents/webhooks.py @@ -21,8 +21,6 @@ from __future__ import annotations import hashlib import logging -import time -from datetime import timedelta from typing import TYPE_CHECKING, Any, Dict, Optional from urllib.parse import urlparse