8000 Fix linting for flake8 in python3.12 · pwwang/python-varname@0a0f77b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a0f77b

Browse files
committed
Fix linting for flake8 in python3.12
1 parent 020627b commit 0a0f77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varname/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,6 @@ def rich_exc_message(msg: str, node: ast.AST, context_lines: int = 4) -> str:
626626

627627
return (
628628
f"{msg}\n\n"
629-
f" {filename}:{lineno+1}:{col_offset+1}\n"
629+
f" {filename}:{lineno+1}:{col_offset + 1}\n"
630630
f"{''.join(codes)}\n"
631631
)

0 commit comments

Comments
 (0)
0