1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-13 16:37:46 +02:00

dspace_statistics_api/app.py: Format with black

This commit is contained in:
2020-12-27 12:27:01 +02:00
parent 4af3c656a3
commit 2567bb8604

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>"