Skip to content

Commit 689a2d9

Browse files
remove unused comment
1 parent dcb084a commit 689a2d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_formatter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def foo():
217217

218218

219219
def _run_formatting_test(source_filename: str, should_content_change: bool):
220-
"""Helper function to run formatting tests with common setup and teardown."""
221220
with tempfile.TemporaryDirectory() as test_dir_str:
222221
test_dir = Path(test_dir_str)
223222
this_file = Path(__file__).resolve()

0 commit comments

Comments
 (0)