From 09df9a1ae897b45372688a25896abdb3216a6ee0 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 2 Jun 2025 09:49:59 +0200 Subject: [PATCH] removed already done TODO --- manual_selection.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/manual_selection.py b/manual_selection.py index 2703bbc..2812e89 100644 --- a/manual_selection.py +++ b/manual_selection.py @@ -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"