summaryrefslogtreecommitdiff
path: root/astroid/inference.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-11 20:34:40 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-11 20:34:40 +0300
commit6148be4118a761d01e76ecbc8c2701dd97e9bc0b (patch)
tree3299862d3dd07f5c6ce9ee6c28b29fe7d1a14b6e /astroid/inference.py
parente950e787428f044ee308c9084102825b9ec7362d (diff)
downloadastroid-6148be4118a761d01e76ecbc8c2701dd97e9bc0b.tar.gz
Remove doctype and future imports which aren't useful.
Diffstat (limited to 'astroid/inference.py')
-rw-r--r--astroid/inference.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/astroid/inference.py b/astroid/inference.py
index 58194fa..010607c 100644
--- a/astroid/inference.py
+++ b/astroid/inference.py
@@ -20,8 +20,6 @@
# pylint: disable=no-value-for-parameter; Pylint FP #629, please remove afterwards.
-from __future__ import print_function
-
import functools
import itertools
import operator