mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Lint suppression cleanups (#47248)
* Unused pylint suppression cleanups * Remove outdated pylint bug references * Add flake8-noqa config and note to run it every now and then * Add codes to noqa's * Unused noqa cleanups
This commit is contained in:
@@ -5,7 +5,7 @@ from unittest.mock import Mock, call, patch
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.google_assistant import helpers
|
||||
from homeassistant.components.google_assistant.const import ( # noqa: F401
|
||||
from homeassistant.components.google_assistant.const import (
|
||||
EVENT_COMMAND_RECEIVED,
|
||||
NOT_EXPOSE_LOCAL,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user