1
0
forked from VimPlug/jedi

Remove a philosophical (and confusing) statement

This commit is contained in:
Takafumi Arakaki
2013-03-03 14:18:58 +01:00
parent ac159bac07
commit 77e8b2aecd

View File

@@ -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