Skip to content

Commit 16ac8eb

Browse files
committed
ruff
1 parent a9e8122 commit 16ac8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_readme_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def process_snippet_block(match: re.Match, check_mode: bool = False) -> str:
7171
indent = match.group(1)
7272
file_path = match.group(2)
7373
start_line = match.group(3) # May be None
74-
end_line = match.group(4) # May be None
74+
end_line = match.group(4) # May be None
7575

7676
try:
7777
# Read and extract the code

0 commit comments

Comments
 (0)