Remove unused imports in tests

This commit is contained in:
Paulus Schoutsen 2014-11-28 21:02:03 -08:00
parent cdccdb432a
commit 014abdba39

View File

@ -6,9 +6,7 @@ Provides tests to verify that we can load components.
"""
# pylint: disable=too-many-public-methods,protected-access
import unittest
from collections import namedtuple
import homeassistant as ha
import homeassistant.loader as loader
import homeassistant.components.http as http