PEP8 style fixes for HTTPInterface

This commit is contained in:
Paulus Schoutsen 2014-01-29 22:59:19 -08:00
parent e586d8debc
commit 416816cef7

View File

@ -305,8 +305,7 @@ class RequestHandler(BaseHTTPRequestHandler):
"</head>" "</head>"
"<body>" "<body>"
"<div class='container'>" "<div class='container'>"
"<div class='page-header'><h1>Home Assistant</h1></div>" "<div class='page-header'><h1>Home Assistant</h1></div>"))
))
# Flash message support # Flash message support
if self.server.flash_message: if self.server.flash_message: