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:
parent
2aee366a1f
commit
d88ca0f5cb
73 changed files with 113 additions and 142 deletions
|
@ -9,7 +9,7 @@ import voluptuous as vol
|
|||
import pytest
|
||||
|
||||
# To prevent circular import when running just this file
|
||||
import homeassistant.components # noqa
|
||||
import homeassistant.components # noqa: F401
|
||||
from homeassistant import core as ha, exceptions
|
||||
from homeassistant.const import STATE_ON, STATE_OFF, ATTR_ENTITY_ID
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue