mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: types
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from collections.abc import Generator, Mapping
|
||||
import json
|
||||
from collections.abc import Generator, Mapping
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
from core.app.app_config.entities import AppConfig, VariableEntity, VariableEntityType
|
||||
|
||||
Reference in New Issue
Block a user