Skip to content

Commit

Permalink
fix: F821 Undefined name
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Apr 7, 2024
1 parent 8008747 commit 2bfa5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/models/db/workflow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime
from typing import List, Optional

from sqlalchemy import TEXT
from sqlalchemy import TEXT, String
from sqlmodel import JSON, Column, Field, Relationship, SQLModel, UniqueConstraint


Expand Down

0 comments on commit 2bfa5ef

Please sign in to comment.