Skip to content

Commit 4525ebf

Browse files
committed
Bind to any
1 parent c84acad commit 4525ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask_sqlalchemy/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .session import Session
2424
from .table import _Table
2525

26-
_O = t.TypeVar("_O", bound=object)
26+
_O = t.TypeVar("_O", bound=t.Any)
2727

2828

2929
class SQLAlchemy:

0 commit comments

Comments
 (0)