Skip to content

Commit

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

Please sign in to comment.