diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 16:13:59 +0100 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 16:13:59 +0100 |
| commit | df1abe8d275970dbaefd2ccc4c22ad1c83eb381c (patch) | |
| tree | f2438ad494f63824ddbb1859d4c34b77e61446b4 /pylint/checkers/utils.py | |
| parent | 1ce9be884414be2cbaffc8b6d2ac83de86017f8c (diff) | |
| download | pylint-git-df1abe8d275970dbaefd2ccc4c22ad1c83eb381c.tar.gz | |
Rip some of the six imports from the codebase
Diffstat (limited to 'pylint/checkers/utils.py')
| -rw-r--r-- | pylint/checkers/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/utils.py b/pylint/checkers/utils.py index 9d8a18ba5..dfa6ddddb 100644 --- a/pylint/checkers/utils.py +++ b/pylint/checkers/utils.py @@ -40,7 +40,6 @@ import itertools import re import sys import string -import warnings import six from six.moves import map, builtins # pylint: disable=redefined-builtin |
