1
0
forked from VimPlug/jedi

Some more minor adaptions

This commit is contained in:
Dave Halter
2018-09-05 01:49:19 +02:00
parent 4a3fc91c1e
commit 39162de2a8
3 changed files with 21 additions and 18 deletions

View File

@@ -144,7 +144,6 @@ Check for `isinstance` and other information to infer a type.
"""
auto_import_modules = [
'hashlib', # hashlib is mostly using setattr, which jedi doesn't understand
'gi', # This third-party repository (GTK stuff) doesn't really work with jedi
]
"""