Skip to content

Commit 9622114

Browse files
committed
Add newline
1 parent 91aad55 commit 9622114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test_marker/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def iter_patches(tree: ast.Module, conf: Conf) -> "Iterator[tuple[int, str]]":
135135
if isinstance(dec_node, (ast.Attribute, ast.Call))
136136
):
137137
continue
138+
138139
lineno = min(
139140
(dec_node.lineno for dec_node in fn_node.decorator_list),
140141
default=fn_node.lineno,

0 commit comments

Comments
 (0)