1
0
forked from VimPlug/jedi

Get finally rid of context.type.

This commit is contained in:
Dave Halter
2016-11-26 10:32:44 +01:00
parent 2161be2dcb
commit c1b7acc9ac
3 changed files with 14 additions and 17 deletions
-1
View File
@@ -2,7 +2,6 @@ from jedi.common import unite
class Context(object):
type = None # TODO remove
api_type = 'instance'
"""
Most contexts are just instances of something, therefore make this the