mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
removed already done TODO
This commit is contained in:
@ -6,8 +6,6 @@ from utils import EnumChoicesAction, prompt_yes_no
|
|||||||
|
|
||||||
HUNK_HEADER_REGEX = re.compile(r'^@@ -\d+(?:,\d+)? \+\d+(?:,\d+)? @@')
|
HUNK_HEADER_REGEX = re.compile(r'^@@ -\d+(?:,\d+)? \+\d+(?:,\d+)? @@')
|
||||||
|
|
||||||
# TODO: %s/print/print/g
|
|
||||||
|
|
||||||
|
|
||||||
class ValidationMode(Enum):
|
class ValidationMode(Enum):
|
||||||
COMMENT = "comment"
|
COMMENT = "comment"
|
||||||
|
Reference in New Issue
Block a user