forked from home-assistant/core
Remove unused imports in tests
This commit is contained in:
@@ -6,9 +6,7 @@ Provides tests to verify that we can load components.
|
|||||||
"""
|
"""
|
||||||
# pylint: disable=too-many-public-methods,protected-access
|
# pylint: disable=too-many-public-methods,protected-access
|
||||||
import unittest
|
import unittest
|
||||||
from collections import namedtuple
|
|
||||||
|
|
||||||
import homeassistant as ha
|
|
||||||
import homeassistant.loader as loader
|
import homeassistant.loader as loader
|
||||||
import homeassistant.components.http as http
|
import homeassistant.components.http as http
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user