Skip to content

Commit 69537a0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dfa3733 commit 69537a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flask_sqlalchemy/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .pagination import QueryPagination
1111

1212

13-
class Query(sa_orm.Query): # type: ignore[type-arg]
13+
class Query(sa_orm.Query): # type: ignore[type-arg]
1414
"""SQLAlchemy :class:`~sqlalchemy.orm.query.Query` subclass with some extra methods
1515
useful for querying in a web application.
1616

0 commit comments

Comments
 (0)