##// END OF EJS Templates
Fix `merge_completions=False` error with Jedi...
Fix `merge_completions=False` error with Jedi Jedi uses filter to return an iterator hence we cannot just check `len()` to see if there are any completions.

File last commit:

r27682:971e5ce2
r27877:cd048143
Show More
pyproject.toml
3 lines | 91 B | text/plain | TOMLLexer
[build-system]
requires = ["setuptools >= 51.0.0"]
build-backend = "setuptools.build_meta"