Fixed flake8 blank line error

pull/134/head
jamespcole 2015-05-19 00:08:02 +10:00
parent be0f11b1a5
commit 8431fd822f
1 changed files with 1 additions and 0 deletions

View File

@ -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. """