Skip to content

Commit d873d0b

Browse files
authored
Update test_plugin.py
1 parent 34804ac commit d873d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import black
66
import pkg_resources
77
import pytest
8-
from pyls import uris
9-
from pyls.workspace import Document, Workspace
8+
from pylsp import uris
9+
from pylsp.workspace import Document, Workspace
1010

1111
from pyls_black.plugin import load_config, pyls_format_document, pyls_format_range
1212

0 commit comments

Comments
 (0)