Skip to content

Commit db58835

Browse files
committed
Formatting
1 parent 7abeec8 commit db58835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def get_diagnostics(
337337
"end": {"line": 0, "character": 1000},
338338
},
339339
"message": errors,
340-
"severity": 1 if exit_status != 0 else 2, # Error if exited with error or warning.
340+
"severity": 1 if exit_status != 0 else 2, # Error if exited with error or warning.
341341
}
342342
)
343343

0 commit comments

Comments
 (0)