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 ec28ed7 commit 19aff01Copy full SHA for 19aff01
rest_framework-stubs/authtoken/models.pyi
@@ -14,5 +14,5 @@ class Token(models.Model):
14
15
class TokenProxy(Token):
16
# This is how drf defines this:
17
- @property # type: ignore
+ @property # type: ignore[no-redef]
18
def pk(self) -> Any: ... # type: ignore[override]
0 commit comments