diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-07-31 09:05:01 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2013-07-31 09:05:01 +0200 |
| commit | a93f0907fca793139e1c83be3c41d699a1cbc936 (patch) | |
| tree | c74c9acfff0058bb704366e115223f2b4917f8cd /checkers/stdlib.py | |
| parent | 3c41a7c1520bcecbeab248b5623b497ea22d3da8 (diff) | |
| download | pylint-git-a93f0907fca793139e1c83be3c41d699a1cbc936.tar.gz | |
some pylint and style fixes
Diffstat (limited to 'checkers/stdlib.py')
| -rw-r--r-- | checkers/stdlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/stdlib.py b/checkers/stdlib.py index 89261eb17..07e1fbe18 100644 --- a/checkers/stdlib.py +++ b/checkers/stdlib.py @@ -20,7 +20,7 @@ import sys import astroid -from pylint.interfaces import ITokenChecker, IAstroidChecker +from pylint.interfaces import IAstroidChecker from pylint.checkers import BaseChecker, BaseTokenChecker from pylint.checkers import utils |
