pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
596 stars 45 forks source link

import from correct module in build backend #206

Closed bollwyvl closed 2 years ago

bollwyvl commented 2 years ago

Thanks to @dimbleby's comment https://github.com/pappasam/jedi-language-server/pull/205#pullrequestreview-958481827, this ensures the correct build backend is imported, as per the poetry documentation.