Skip to content

Commit ccf9bda

Browse files
author
Codeflash Bot
committed
linter fix
1 parent 5ff60e2 commit ccf9bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def generic_visit(self, node: ast.AST) -> None:
453453

454454
def _fast_generic_visit(self, node: ast.AST) -> None:
455455
"""Faster generic_visit: Inline traversal, avoiding method resolution overhead.
456+
456457
Short-circuits (returns) if found_any_target_function is True.
457458
"""
458459
# This logic is derived from ast.NodeVisitor.generic_visit, but with optimizations.

0 commit comments

Comments
 (0)