Skip to content

Commit 0456ad3

Browse files
committed
Update test_plugin.py
1 parent 675afa7 commit 0456ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pylsp.config.config import Config
55
from pylsp import uris
66
from mock import Mock
7-
from mypy_ls import plugin
7+
from pylsp_mypy import plugin
88

99
DOC_URI = __file__
1010
DOC_TYPE_ERR = """{}.append(3)

0 commit comments

Comments
 (0)