🔥 refactor(flow.py): remove unused import and commented out code
This commit is contained in:
parent
ca7bf7c9c4
commit
dcb835e2eb
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ from uuid import UUID, uuid4
|
|||
from typing import Dict, Optional
|
||||
from pydantic import field_validator
|
||||
|
||||
# if TYPE_CHECKING:
|
||||
|
||||
|
||||
class FlowBase(SQLModelSerializable):
|
||||
name: str = Field(index=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue