Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rest_framework-stubs/authtoken/models.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class Token(models.Model):
class TokenProxy(Token):
# This is how drf defines this:
@property # type: ignore
def pk(self) -> Any: ...
def pk(self) -> Any: ... # type: ignore[override]