Skip to content

Commit 4a34b1d

Browse files
committed
typo
1 parent a6c7c66 commit 4a34b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls_mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def pyls_lint(config, workspace, document, is_saved):
6161
settings = config.plugin_settings('pyls_mypy')
6262
live_mode = settings.get('live_mode', True)
6363
path = document.path
64-
loc:=path.rfind("\\")
64+
loc=path.rfind("\\")
6565
while (loc)>-1:
6666
p = path[:loc+1]+"mypy.ini"
6767
if os.path.isfile(p):

0 commit comments

Comments
 (0)