Add abc.ABC to classes with abstract methods (#83546)
This commit is contained in:
parent
7091781692
commit
c4afc33fc5
23 changed files with 105 additions and 60 deletions
|
@ -76,6 +76,10 @@ class TestOptionsFlow(silabs_multiprotocol_addon.OptionsFlowHandler):
|
|||
"""Return the ZHA name."""
|
||||
return "Test Multi-PAN"
|
||||
|
||||
def _hardware_name(self) -> str:
|
||||
"""Return the name of the hardware."""
|
||||
return "Test"
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def config_flow_handler(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue