openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
563 stars 102 forks source link

explicit exports from pygls.workspace #393

Closed dimbleby closed 11 months ago

dimbleby commented 11 months ago

so that mypy will give jedi-language-server a clean bill of health, else:

jedi_language_server/text_edit_utils.py:26: error: Module "pygls.workspace" does not explicitly export attribute "Workspace"  [attr-defined]
tombh commented 11 months ago

Thank you ✨