mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-13 13:21:43 +08:00
Some more minor adaptions
This commit is contained in:
@@ -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
|
||||
]
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user