We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74752 commit 165b4ebCopy full SHA for 165b4eb
tests/mypy_helpers.py
@@ -34,7 +34,7 @@ def _run_mypy(program: str) -> Iterable[str]:
34
if m:
35
errors_by_line[int(m.group(1))].append(m.group(2))
36
elif line:
37
- print('x', repr(line)) # allow "printf debugging" of the plugin
+ print(line) # allow "printf debugging"
38
39
# Reconstruct the "actual" program with "error" comments
40
error_comment_pattern = re.compile(r'(\s+# E: .*)?$')
0 commit comments