diff --git a/rest_framework-stubs/authtoken/models.pyi b/rest_framework-stubs/authtoken/models.pyi index 5cc11185b..2269988f2 100644 --- a/rest_framework-stubs/authtoken/models.pyi +++ b/rest_framework-stubs/authtoken/models.pyi @@ -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]