diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-26 16:06:59 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-26 16:06:59 +0300 |
commit | 811bf5281159d804fd6ffa76ef55aa1b19573a5c (patch) | |
tree | b12dc74568747ae7c9faa1eff6615c72ab81fd4f /astroid/inference.py | |
parent | bf8e5410afed79c243466e06c61bc5c994dda00f (diff) | |
download | astroid-git-811bf5281159d804fd6ffa76ef55aa1b19573a5c.tar.gz |
Fix pylint errors.
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index 5c77cf5b..3f7ab5ca 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -26,8 +26,6 @@ import functools import itertools import operator -import six - from astroid import bases from astroid import context as contextmod from astroid import exceptions |