mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
PEP8 style fixes for HTTPInterface
This commit is contained in:
parent
e586d8debc
commit
416816cef7
@ -305,8 +305,7 @@ class RequestHandler(BaseHTTPRequestHandler):
|
||||
"</head>"
|
||||
"<body>"
|
||||
"<div class='container'>"
|
||||
"<div class='page-header'><h1>Home Assistant</h1></div>"
|
||||
))
|
||||
"<div class='page-header'><h1>Home Assistant</h1></div>"))
|
||||
|
||||
# Flash message support
|
||||
if self.server.flash_message:
|
||||
|
Loading…
x
Reference in New Issue
Block a user