1
0
forked from VimPlug/jedi

Dedent some code to avoid issues with parso.

This commit is contained in:
Dave Halter
2017-07-09 00:27:23 +02:00
parent 72b4c8bd9f
commit 945a2ba405
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from parso import token
from parso.python import token
from parso.python import tree
from jedi import debug
from jedi import settings