forked from VimPlug/jedi
Start using the correct parser for each environment
This commit is contained in:
@@ -203,7 +203,6 @@ class Listener(object):
|
||||
except KeyError:
|
||||
from jedi.api.environment import InterpreterEnvironment
|
||||
evaluator = Evaluator(
|
||||
grammar=None,
|
||||
project=project.Project(),
|
||||
environment=InterpreterEnvironment()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user