Skip to content

Commit c53da82

Browse files
committed
remove entire rag group
1 parent 7dd5d7b commit c53da82

File tree

3 files changed

+81
-1043
lines changed

3 files changed

+81
-1043
lines changed

patchwork/common/utils/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from typing_extensions import Any, Callable, Counter
1717

1818
from patchwork.logger import logger
19-
from patchwork.managed_files import HOME_FOLDER
2019

2120
_CLEANUP_FILES: set[Path] = set()
2221
_NEWLINES = {"\n", "\r\n", "\r"}

0 commit comments

Comments
 (0)