Skip to content

Commit

Permalink
Merge 6a934db into f89d998
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnonexistent committed Sep 29, 2016
2 parents f89d998 + 6a934db commit 7824817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/tools/pep257/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def dummy_log(*args, **kwargs): # noqa
pass
pydocstyle.log.debug = dummy_log

from pydocstyle import PEP257Checker, AllError
from pydocstyle.checker import PEP257Checker, AllError
from prospector.message import Location, Message, make_tool_error_message
from prospector.tools.base import ToolBase

Expand Down

0 comments on commit 7824817

Please sign in to comment.