Skip to content

Commit 0639328

Browse files
author
unknown
committed
fix: resolve conflict
1 parent c2a595a commit 0639328

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

meta_row.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,10 @@ class MetaRow:
1515
LineStart: int
1616
LineEnd: int
1717
GroundTruth: str
18-
1918
ValueStart: int
20-
ValueEnd: int
21-
22-
23-
19+
ValueEnd: int
2420
CryptographyKey: str
2521
PredefinedPattern: str
26-
27-
28-
29-
30-
31-
3222
Category: str
3323

3424
def __init__(self, row: dict):

0 commit comments

Comments
 (0)