Skip to content

Commit

Permalink
remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Feb 26, 2024
1 parent 780e5cd commit e491d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_messages_documented.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def test_messages_documented():
documented_errors[filename] = set()
for line in lines:
for error_msg in re.findall(r"TRIO\d\d\d|ASYNC\d\d\d", line):
print(error_msg, rename_trio_to_async(error_msg))
documented_errors[filename].add(rename_trio_to_async(error_msg))

documented_errors["flake8_trio.py"] = set(ERROR_CODES)
Expand Down

0 comments on commit e491d7e

Please sign in to comment.