diff --git a/spyder/utils/sourcecode.py b/spyder/utils/sourcecode.py index c7133a45627..cfc07f5cb8d 100644 --- a/spyder/utils/sourcecode.py +++ b/spyder/utils/sourcecode.py @@ -14,7 +14,7 @@ import sys # Third-part imports -from pylsp._utils import get_eol_chars as _get_eol_chars +from pylsp.utils import get_eol_chars as _get_eol_chars # Order is important: