We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ed896 commit f2812d0Copy full SHA for f2812d0
tests/test_parser.py
@@ -1,7 +1,7 @@
1
"""Tests for the Vyper contract parser."""
2
3
import pytest
4
-from vyper_sphinx_docs.parser import VyperParser, Contract, Function, Parameter
+from sphinx_autodoc_vyper.parser import VyperParser, Contract, Function, Parameter
5
6
7
def test_parse_contracts(contracts_dir):
0 commit comments