From 5fde936475d539f14ff183b61ef0511207378cee Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sun, 10 Dec 2023 08:09:52 +0100 Subject: [PATCH] fix import error (again) --- sphinx_d2lang/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx_d2lang/__init__.py b/sphinx_d2lang/__init__.py index 0ef71de..1d6fcd7 100644 --- a/sphinx_d2lang/__init__.py +++ b/sphinx_d2lang/__init__.py @@ -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.