Skip to content

Commit 08ea5f7

Browse files
[autofix.ci] apply automated fixes
1 parent 8dc6ae0 commit 08ea5f7

File tree

1 file changed

+1
-1
lines changed
  • src/backend/base/langflow/services/database/models

1 file changed

+1
-1
lines changed

src/backend/base/langflow/services/database/models/repo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sqlmodel import SQLModel, Session
44

55

6-
T = TypeVar('T', bound=SQLModel)
6+
T = TypeVar("T", bound=SQLModel)
77

88

99
class AbstractRepository(ABC, Generic[T]):

0 commit comments

Comments
 (0)