From 77e8b2aecd859974fa993b74026b3ad8926cdbb8 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 3 Mar 2013 14:18:58 +0100 Subject: [PATCH] Remove a philosophical (and confusing) statement --- jedi/parsing_representation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jedi/parsing_representation.py b/jedi/parsing_representation.py index c4c0ac1d..cbadf488 100644 --- a/jedi/parsing_representation.py +++ b/jedi/parsing_representation.py @@ -587,9 +587,6 @@ class Import(Simple): """ Stores the imports of any Scopes. - >>> 1+1 - 2 - :param start_pos: Position (line, column) of the Import. :type start_pos: tuple(int, int) :param namespace: The import, can be empty if a star is given