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

Commit

Permalink
Merge pull request #150 from jayvdb/rm-collect
Browse files Browse the repository at this point in the history
Remove `collect` from `__all__`
  • Loading branch information
Nurdok committed Oct 18, 2015
2 parents aa3cc27 + d394158 commit 3bc563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pep257.py
Expand Up @@ -61,7 +61,7 @@ def next(obj, default=nothing):


__version__ = '0.7.1-alpha'
__all__ = ('check', 'collect')
__all__ = ('check')

NO_VIOLATIONS_RETURN_CODE = 0
VIOLATIONS_RETURN_CODE = 1
Expand Down

0 comments on commit 3bc563b

Please sign in to comment.