Skip to content

Commit e42f769

Browse files
committed
fix: broken import
1 parent a910676 commit e42f769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_autodoc_vyper/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from typing import List
55

6-
from .parser import Contract, Function
6+
from .parser import Contract, Function, Struct
77

88
INDEX_RST = """Vyper Smart Contracts Documentation
99
================================

0 commit comments

Comments
 (0)