removed already done TODO

This commit is contained in:
Karma Riuk
2025-06-02 09:49:59 +02:00
parent 5b8357567b
commit 09df9a1ae8

View File

@ -6,8 +6,6 @@ from utils import EnumChoicesAction, prompt_yes_no
HUNK_HEADER_REGEX = re.compile(r'^@@ -\d+(?:,\d+)? \+\d+(?:,\d+)? @@')
# TODO: %s/print/print/g
class ValidationMode(Enum):
COMMENT = "comment"