chore(webhooks): Remove unused imports (time, timedelta)

Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-14 15:17:05 +00:00
parent 7b8c45c44f
commit ebc906b713

View file

@ -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