Add abc.ABC to classes with abstract methods (#83546)

This commit is contained in:
Erik Montnemery 2022-12-08 17:50:36 +01:00 committed by GitHub
parent 7091781692
commit c4afc33fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 105 additions and 60 deletions

View file

@ -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(