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

Commit 023f5d9

Browse files
committed
Export symbols for flake8-docstrings to work.
1 parent e79e123 commit 023f5d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pydocstyle/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
from .checker import check
2+
from .violations import Error, conventions
3+
from .utils import __version__
4+
5+
# Temporary hotfix for flake8-docstrings
6+
from .checker import PEP257Checker, tokenize_open
7+
from .parser import AllError
8+

0 commit comments

Comments
 (0)