We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a924f24 commit a8f2d5bCopy full SHA for a8f2d5b
rest_framework-stubs/authtoken/models.pyi
@@ -15,4 +15,4 @@ class Token(models.Model):
15
class TokenProxy(Token):
16
# This is how drf defines this:
17
@property # type: ignore
18
- def pk(self) -> Any: ...
+ def pk(self) -> Any: ... # type: ignore[override]
0 commit comments