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 9d57cea commit 27419beCopy full SHA for 27419be
tests/test_unused_helper_revert.py
@@ -1608,4 +1608,4 @@ def replace_quotes_with_backticks(text: str) -> str:
1608
# Cleanup
1609
import shutil
1610
1611
- shutil.rmtree(temp_dir, ignore_errors=True)
+ shutil.rmtree(temp_dir, ignore_errors=True)
0 commit comments