fix import error (again)
This commit is contained in:
parent
f7e1a20c7a
commit
5fde936475
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue