Skip to content

Commit

Permalink
chore: move workspace/doc/position into own files
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Sep 24, 2023
1 parent eeba65a commit 09ea48a
Show file tree
Hide file tree
Showing 9 changed files with 742 additions and 668 deletions.
2 changes: 1 addition & 1 deletion pygls/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
WorkDoneProgressCancelParams,
)
from pygls.uris import from_fs_path
from pygls.workspace import Workspace
from pygls.workspace.workspace import Workspace

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion pygls/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
)
from pygls.progress import Progress
from pygls.protocol import JsonRPCProtocol, LanguageServerProtocol, default_converter
from pygls.workspace import Workspace
from pygls.workspace.workspace import Workspace

if not IS_PYODIDE:
from multiprocessing.pool import ThreadPool
Expand Down
Loading

0 comments on commit 09ea48a

Please sign in to comment.