Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit a7b0d83

Browse files
committed
Tox fixes.
1 parent f4ac91a commit a7b0d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pydocstyle/tests/parser_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import six
44
import textwrap
5-
from pydocstyle.parser import Parser
5+
from ..parser import Parser
66

77

88
class CodeSnippet(six.StringIO):

src/pydocstyle/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import textwrap
1717
import subprocess
1818

19-
from pydocstyle import checker, violations
19+
from .. import checker, violations
2020

2121

2222
__all__ = ()

0 commit comments

Comments
 (0)