summaryrefslogtreecommitdiff
path: root/astroid/context.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/context.py
parent5cc59dfa6b84d377a289dfce76562bea42259c79 (diff)
downloadastroid-git-01801c5776cdd02ba85b41f556c615d5cdb3ff20.tar.gz
Remove doctype and future imports which aren't useful.
Diffstat (limited to 'astroid/context.py')
-rw-r--r--astroid/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/context.py b/astroid/context.py
index 44f54e34..6497e7d8 100644
--- a/astroid/context.py
+++ b/astroid/context.py
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with astroid. If not, see <http://www.gnu.org/licenses/>.
-
"""Various context related utilities, including inference and call contexts."""
+
import contextlib
import pprint