We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491689e commit 6e8077aCopy full SHA for 6e8077a
sphinx_autodoc_vyper/parser.py
@@ -5,7 +5,7 @@
5
import re
6
from dataclasses import dataclass
7
from pathlib import Path
8
-from typing import Any, List, Optional
+from typing import Any, List, Optional, Union
9
10
logger = logging.getLogger(__name__)
11
0 commit comments