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

@ -27,7 +27,6 @@ from tests.components.recorder.common import (
def test_setup():
"""Test setup method of history."""
# Verification occurs in the fixture
pass
def test_get_significant_states(hass_history):