Skip to content

Commit d21eab1

Browse files
chore: rename
1 parent f2812d0 commit d21eab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_generator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import os
44
import pytest
5-
from vyper_sphinx_docs.generator import SphinxGenerator
6-
from vyper_sphinx_docs.parser import VyperParser
5+
from sphinx_autodoc_vyper.generator import SphinxGenerator
6+
from sphinx_autodoc_vyper.parser import VyperParser
77

88

99
def test_sphinx_generation(contracts_dir, output_dir):

0 commit comments

Comments
 (0)