Skip to content

Commit

Permalink
Update ruff, refs #2506
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 11, 2025
1 parent 0aca0be commit c8b21c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/db/models/query.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class RawQuerySet(Iterable[_Model], Sized):
def using(self, alias: str | None) -> RawQuerySet[_Model]: ...

# Deprecated alias of QuerySet, for compatibility only.
_QuerySet: TypeAlias = QuerySet
_QuerySet: TypeAlias = QuerySet # noqa: PYI047

class Prefetch:
prefetch_through: str
Expand Down

0 comments on commit c8b21c7

Please sign in to comment.