fix import error (again)

This commit is contained in:
Milka64 2023-12-10 08:09:52 +01:00
parent f7e1a20c7a
commit 5fde936475

View file

@ -2,6 +2,8 @@ from sphinx.application import Sphinx
from .d2lang import D2langDirective
from typing import Any, Dict, List, Tuple
def setup(application: Sphinx) -> Dict[str, Any]:
"""
setup extension.