fix: ruff

This commit is contained in:
Yeuoly 2025-02-08 14:54:02 +08:00
parent 8d5a8f0153
commit e3a81f09a9
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
import logging
import uuid
from collections.abc import Mapping
from enum import StrEnum
from typing import Mapping, Optional
from typing import Optional
from urllib.parse import urlparse
from uuid import uuid4