mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
PEP8 style fixes for HTTPInterface
This commit is contained in:
parent
e586d8debc
commit
416816cef7
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user