diff --git a/django-stubs/test/client.pyi b/django-stubs/test/client.pyi index 145d8290b..279523c94 100644 --- a/django-stubs/test/client.pyi +++ b/django-stubs/test/client.pyi @@ -277,8 +277,7 @@ class Client(RequestFactory): ) -> None: ... def logout(self) -> None: ... -class AsyncRequestFactory(RequestFactory): - ... +class AsyncRequestFactory(RequestFactory): ... class AsyncClient(AsyncRequestFactory): handler: AsyncClientHandler