Black
This commit is contained in:
parent
da05dfe708
commit
4de97abc3a
2676 changed files with 163166 additions and 140084 deletions
|
@ -4,5 +4,7 @@ from unittest.mock import patch
|
|||
|
||||
def patch_debounce():
|
||||
"""Return patch for debounce method."""
|
||||
return patch('homeassistant.components.homekit.accessories.debounce',
|
||||
lambda f: lambda *args, **kwargs: f(*args, **kwargs))
|
||||
return patch(
|
||||
"homeassistant.components.homekit.accessories.debounce",
|
||||
lambda f: lambda *args, **kwargs: f(*args, **kwargs),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue