Applied Black

This commit is contained in:
Simon Willison 2022-05-30 15:42:38 -07:00
commit 8dd816bc76

View file

@ -109,9 +109,7 @@ html_logo = "datasette-logo.svg"
html_css_files = [
"css/custom.css",
]
html_js_files = [
"js/custom.js"
]
html_js_files = ["js/custom.js"]
# -- Options for HTMLHelp output ------------------------------------------