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:
parent
3322fa0294
commit
3e967700fd
51 changed files with 70 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue