1
0
forked from VimPlug/jedi

Fix most import related mypy errors

This commit is contained in:
Peter Law
2020-07-21 23:30:26 +01:00
parent c09e21ae4b
commit 35c2d660cb
8 changed files with 42 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
from abc import abstractproperty
from parso.python.tree import search_ancestor
from parso.tree import search_ancestor
from jedi import debug
from jedi import settings