diff options
author | Steven Myint <hg@stevenmyint.com> | 2015-03-13 06:56:07 -0700 |
---|---|---|
committer | Steven Myint <hg@stevenmyint.com> | 2015-03-13 06:56:07 -0700 |
commit | 9104d8d753e10736245d75a85a7419552eb3b928 (patch) | |
tree | 712b3db67f0a101f8ea7c508aacf23004848b038 | |
parent | b55a26da5afe8b5cbd40c45835a9aa4920012b59 (diff) | |
download | pylint-9104d8d753e10736245d75a85a7419552eb3b928.tar.gz |
Remove unused import
-rw-r--r-- | pylint/checkers/exceptions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/exceptions.py b/pylint/checkers/exceptions.py index 835ad4a..f78d4e7 100644 --- a/pylint/checkers/exceptions.py +++ b/pylint/checkers/exceptions.py @@ -14,7 +14,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """exceptions handling (raising, catching, exceptions classes) checker """ -import collections import sys import astroid |