Skip to content

Commit

Permalink
Merge remote-tracking branch 'rathann/python-3.13' into stanislaw/pyt…
Browse files Browse the repository at this point in the history
…hon_313
  • Loading branch information
stanislaw committed Nov 26, 2023
2 parents 4298341 + 2864540 commit 83fa66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecheck/filecheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def parse_check(line: str, line_idx, config: Config) -> Optional[Check]:
LINE_NUMBER_REGEX,
str(line_idx + offset + 1),
check_expression,
1,
count=1,
)
line_var_match = re.search(LINE_NUMBER_REGEX, check_expression)

Expand Down

0 comments on commit 83fa66d

Please sign in to comment.