diff --git a/homeassistant/components/http.py b/homeassistant/components/http.py index 47609c748be..2412ff5875f 100644 --- a/homeassistant/components/http.py +++ b/homeassistant/components/http.py @@ -154,6 +154,7 @@ def setup(hass, config=None): return True + # pylint: disable=too-many-instance-attributes class HomeAssistantHTTPServer(ThreadingMixIn, HTTPServer): """ Handle HTTP requests in a threaded fashion. """