fix import error
This commit is contained in:
parent
930cd42fdc
commit
cb933e43d8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from .d2lang import D2langDirective
|
||||||
|
|
||||||
from typing import Any, Dict, List, Tuple
|
from typing import Any, Dict, List, Tuple
|
||||||
|
|
||||||
from shutil import whitch
|
from shutil import which
|
||||||
|
|
||||||
def setup(application: Sphinx) -> Dict[str, Any]:
|
def setup(application: Sphinx) -> Dict[str, Any]:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue