forked from home-assistant/core
PEP8 style fixes for HTTPInterface
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user