mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-04 14:15:48 +08:00
Get rid of completions in tests
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
from jedi import functions, inference, parsing
|
||||
|
||||
el = functions.completions()[0]
|
||||
el = functions.complete()[0]
|
||||
#? ['description']
|
||||
el.description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user