mirror of https://github.com/langgenius/dify.git
fix: ruff
This commit is contained in:
parent
8d5a8f0153
commit
e3a81f09a9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue