fix import error (again)
This commit is contained in:
parent
99b970346e
commit
f7e1a20c7a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
from sphinx.application import Sphinx
|
||||||
|
|
||||||
from .d2lang import D2langDirective
|
from .d2lang import D2langDirective
|
||||||
|
|
||||||
def setup(application: Sphinx) -> Dict[str, Any]:
|
def setup(application: Sphinx) -> Dict[str, Any]:
|
||||||
|
|
Loading…
Reference in a new issue