Skip to content

Commit

Permalink
Merge branch 'main' into contrib/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jun 1, 2024
2 parents af33bbe + 1cf947f commit 4128e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django-stubs/test/client.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ class Client(RequestFactory):
) -> None: ...
def logout(self) -> None: ...

class AsyncRequestFactory(RequestFactory):
...
class AsyncRequestFactory(RequestFactory): ...

class AsyncClient(AsyncRequestFactory):
handler: AsyncClientHandler
Expand Down

0 comments on commit 4128e93

Please sign in to comment.