mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Fix typing
This commit is contained in:
@ -38,7 +38,7 @@ from app.utils.highlight import HIGHLIGHT_CSS
|
|||||||
from app.utils.highlight import highlight
|
from app.utils.highlight import highlight
|
||||||
|
|
||||||
_templates = Jinja2Templates(
|
_templates = Jinja2Templates(
|
||||||
directory=["data/templates", "app/templates"],
|
directory=["data/templates", "app/templates"], # type: ignore # bad typing
|
||||||
trim_blocks=True,
|
trim_blocks=True,
|
||||||
lstrip_blocks=True,
|
lstrip_blocks=True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user