Skip to content

Commit 6e8077a

Browse files
committed
fix: missing import
1 parent 491689e commit 6e8077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_autodoc_vyper/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
from dataclasses import dataclass
77
from pathlib import Path
8-
from typing import Any, List, Optional
8+
from typing import Any, List, Optional, Union
99

1010
logger = logging.getLogger(__name__)
1111

0 commit comments

Comments
 (0)