sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
16 stars 6 forks source link

Require importing PipClientHandler from its file #45

Closed rchl closed 3 years ago

rchl commented 3 years ago

Not exporting from the main lsp_utils export as importing the class but not using it anywhere would trigger an error when LSP would try to call class methods of such class.