Skip to content

Commit

Permalink
test/client.pyi: Black format
Browse files Browse the repository at this point in the history
Black wants the ... to be on the same line.
  • Loading branch information
noelleleigh committed May 31, 2024
1 parent 06adcdb commit fead551
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 fead551

Please sign in to comment.