fix import error

This commit is contained in:
Milka64 2023-12-10 21:35:56 +01:00
parent 930cd42fdc
commit cb933e43d8

View file

@ -4,7 +4,7 @@ from .d2lang import D2langDirective
from typing import Any, Dict, List, Tuple
from shutil import whitch
from shutil import which
def setup(application: Sphinx) -> Dict[str, Any]:
"""