ansible-later/env_27/lib/python2.7/site-packages/pydocstyle/__init__.py

8 lines
233 B
Python
Raw Normal View History

2019-04-11 15:56:20 +02:00
from .checker import check
from .violations import Error, conventions
from .utils import __version__
# Temporary hotfix for flake8-docstrings
from .checker import ConventionChecker, tokenize_open
from .parser import AllError