From fead551d048c58f5aa20a6dc9d7a1162e728dd10 Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Fri, 31 May 2024 12:55:14 -0400 Subject: [PATCH] test/client.pyi: Black format Black wants the ... to be on the same line. --- django-stubs/test/client.pyi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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