1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-09 13:25:09 +02:00

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

View File

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