Skip to content

Commit a13577d

Browse files
committed
typo
1 parent 4a34b1d commit a13577d

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
@@ -7,7 +7,7 @@
77
from pyls import hookimpl
88
from sys import platform
99

10-
line_pattern = r"((?:^[a-z]:)[^:]+):(?:(\d+):)?(?:(\d+):)? (\w+): (.*)"
10+
line_pattern = r"((?:^[a-z]:)?[^:]+):(?:(\d+):)?(?:(\d+):)? (\w+): (.*)"
1111

1212
log = logging.getLogger(__name__)
1313

0 commit comments

Comments
 (0)