mirror of https://github.com/langgenius/dify.git
lint fix
This commit is contained in:
parent
c8a1f923f5
commit
1a86e79d4a
|
|
@ -1,5 +1,5 @@
|
|||
from enum import Enum
|
||||
from typing import Optional, Union, Any
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
from core.workflow.entities.node_entities import SystemVariable
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue