We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc6ae0 commit 08ea5f7Copy full SHA for 08ea5f7
src/backend/base/langflow/services/database/models/repo.py
@@ -3,7 +3,7 @@
3
from sqlmodel import SQLModel, Session
4
5
6
-T = TypeVar('T', bound=SQLModel)
+T = TypeVar("T", bound=SQLModel)
7
8
9
class AbstractRepository(ABC, Generic[T]):
0 commit comments