Add missing return type in test __init__ method (part 2) (#123939)

* Add missing return type in test __init__ method (part 2)

* Adjust

* One more

* One more

* More
This commit is contained in:
epenet 2024-08-14 17:59:15 +02:00 committed by GitHub
parent 3322fa0294
commit 3e967700fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 70 additions and 67 deletions

View file

@ -189,7 +189,7 @@ async def oauth_fixture(
class Client:
"""Test client with helper methods for application credentials websocket."""
def __init__(self, client):
def __init__(self, client) -> None:
"""Initialize Client."""
self.client = client
self.id = 0