Fixed flake8 blank line error
parent
be0f11b1a5
commit
8431fd822f
|
@ -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. """
|
||||
|
|
Loading…
Reference in New Issue