Configure autoflake for pre-commit (#82414)
This commit is contained in:
parent
bf3c6e5f58
commit
e4c73259f7
17 changed files with 11 additions and 33 deletions
|
@ -210,43 +210,33 @@ class MockClient:
|
|||
|
||||
async def panic(self, code):
|
||||
"""Handle panic."""
|
||||
pass
|
||||
|
||||
async def disarm(self, code):
|
||||
"""Handle disarm."""
|
||||
pass
|
||||
|
||||
async def arm_away(self, code):
|
||||
"""Handle arm_away."""
|
||||
pass
|
||||
|
||||
async def arm_home(self, code):
|
||||
"""Handle arm_home."""
|
||||
pass
|
||||
|
||||
async def aux(self, output_id, state):
|
||||
"""Handle auxiliary control."""
|
||||
pass
|
||||
|
||||
async def keepalive(self):
|
||||
"""Handle keepalive."""
|
||||
pass
|
||||
|
||||
async def update(self):
|
||||
"""Handle update."""
|
||||
pass
|
||||
|
||||
def on_zone_change(self):
|
||||
"""Handle on_zone_change."""
|
||||
pass
|
||||
|
||||
def on_state_change(self):
|
||||
"""Handle on_state_change."""
|
||||
pass
|
||||
|
||||
async def close(self):
|
||||
"""Handle close."""
|
||||
pass
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue