Skip to content

Commit bf12dc9

Browse files
committed
typo
1 parent b9fdb51 commit bf12dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
from setuptools import setup
3-
from pyls_mypy import _version
3+
from mypy_ls import _version
44

55
if __name__ == "__main__":
66
setup(version=_version.__version__)

0 commit comments

Comments
 (0)