Skip to content

Commit

Permalink
Fix pylsp import after renaming a module there
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 6, 2023
1 parent ad947fa commit 974b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/sourcecode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 974b637

Please sign in to comment.