summaryrefslogtreecommitdiff
path: root/astroid/builder.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
commit01801c5776cdd02ba85b41f556c615d5cdb3ff20 (patch)
treebc6cece6c62ec8ffd885f41d84b3227e9d965219 /astroid/builder.py
parent5cc59dfa6b84d377a289dfce76562bea42259c79 (diff)
downloadastroid-git-01801c5776cdd02ba85b41f556c615d5cdb3ff20.tar.gz
Remove doctype and future imports which aren't useful.
Diffstat (limited to 'astroid/builder.py')
-rw-r--r--astroid/builder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/builder.py b/astroid/builder.py
index ced86d3b..9bb78b15 100644
--- a/astroid/builder.py
+++ b/astroid/builder.py
@@ -20,7 +20,6 @@
The builder is not thread safe and can't be used to parse different sources
at the same time.
"""
-from __future__ import with_statement
import _ast
import os