mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Lint exclusions (#28655)
* Remove malformed pylint disable markers * Remove some unused imports * Remove some unneeded lint exclusions * Remove more unneeded lint exclusions * Add specific codes to all noqa's
This commit is contained in:
committed by
Fabian Affolter
parent
2aee366a1f
commit
d88ca0f5cb
@@ -14,7 +14,7 @@ from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant, assert_setup_component, mock_service
|
||||
|
||||
from tests.components.tts.test_init import mutagen_mock # noqa
|
||||
from tests.components.tts.test_init import mutagen_mock # noqa: F401
|
||||
|
||||
|
||||
class TestTTSGooglePlatform:
|
||||
|
||||
Reference in New Issue
Block a user