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 dcb084a commit 689a2d9Copy full SHA for 689a2d9
tests/test_formatter.py
@@ -217,7 +217,6 @@ def foo():
217
218
219
def _run_formatting_test(source_filename: str, should_content_change: bool):
220
- """Helper function to run formatting tests with common setup and teardown."""
221
with tempfile.TemporaryDirectory() as test_dir_str:
222
test_dir = Path(test_dir_str)
223
this_file = Path(__file__).resolve()
0 commit comments