mirror of https://github.com/langgenius/dify.git
fix: ruff
This commit is contained in:
parent
5861ca773e
commit
291e9a3aee
|
|
@ -1,5 +1,5 @@
|
|||
from collections.abc import Mapping
|
||||
from typing import Any, Literal, Optional, Union
|
||||
from typing import Any, Literal, Union
|
||||
|
||||
from pydantic import BaseModel, Field, ValidationInfo, field_validator
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue