mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-17 11:57:03 +01:00
dspace_statistics_api/app.py: Format with black
This commit is contained in:
parent
4af3c656a3
commit
2567bb8604
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user