8000 Remove redundant comment · python/cpython@6813003 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6813003

Browse files
committed
Remove redundant comment
1 parent 3bd5a10 commit 6813003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/build/check_warnings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def extract_warnings_from_compiler_output(compiler_output: str) -> list[dict]:
1515
Compiler output as a whole is not a valid json document, but includes many json
1616
objects and may include other output that is not json.
1717
"""
18-
# Extract JSON objects from the raw compiler output
1918
compiler_output_json_objects = []
2019
stack = []
2120
start_index = None

0 commit comments

Comments
 (0)
0