Configure autoflake for pre-commit (#82414)

This commit is contained in:
Aarni Koskela 2022-11-22 09:10:36 +02:00 committed by GitHub
parent bf3c6e5f58
commit e4c73259f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 11 additions and 33 deletions

View file

@ -69,7 +69,6 @@ async def test_get_entries(hass, client, clear_handlers):
@callback
def async_get_options_flow(config_entry):
"""Get options flow."""
pass
@classmethod
@callback