Skip to content

Commit

Permalink
move imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Oct 18, 2023
1 parent 6bf386e commit 76efe2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
from unittest.mock import MagicMock

from test.test_utils import ClientServerPair, CALL_TIMEOUT_IN_SECONDS
import pylsp_jsonrpc

import pytest
import pylsp_jsonrpc

from pylsp_jsonrpc.dispatchers import MethodDispatcher
from pylsp_jsonrpc.endpoint import Endpoint
from pylsp_jsonrpc.exceptions import JsonRpcException
Expand Down
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

from flaky import flaky
from docstring_to_markdown import UnknownFormatError
from pylsp.lsp import NotebookCellKind

from pylsp import _utils
from pylsp.lsp import NotebookCellKind
from pylsp.python_lsp import PythonLSPServer, start_io_lang_server


Expand Down

0 comments on commit 76efe2a

Please sign in to comment.