dspace_statistics_api/app.py: Format with black

This commit is contained in:
Alan Orth 2020-12-27 12:27:01 +02:00
parent 4af3c656a3
commit 2567bb8604
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ class RootResource:
resp.content_type = "text/html"
docs_html = (
"<!DOCTYPE html>"
"<html lang=\"en-US\">"
'<html lang="en-US">'
" <head>"
" <meta charset=\"UTF-8\">"
' <meta charset="UTF-8">'
" <title>DSpace Statistics API</title>"
" </head>"
" <body>"