one more formatting fix

This commit is contained in:
Raghunandan
2020-11-02 16:11:08 +01:00
parent 46ca3c9aa5
commit 653c882a2c
@@ -36,10 +36,7 @@ class TechDocsCore(BasePlugin):
# Theme
config["theme"] = Theme(
name="material",
static_templates=[
"techdocs_metadata.json",
],
name="material", static_templates=["techdocs_metadata.json",],
)
config["theme"].dirs.append(tempfile.gettempdir())