Skip to content

Commit f2812d0

Browse files
chore: rename
1 parent a4ed896 commit f2812d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Tests for the Vyper contract parser."""
22

33
import pytest
4-
from vyper_sphinx_docs.parser import VyperParser, Contract, Function, Parameter
4+
from sphinx_autodoc_vyper.parser import VyperParser, Contract, Function, Parameter
55

66

77
def test_parse_contracts(contracts_dir):

0 commit comments

Comments
 (0)