We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ef9a commit 59debb3Copy full SHA for 59debb3
codeflash/code_utils/code_extractor.py
@@ -963,7 +963,7 @@ def _is_target_function_call(self, node: ast.Call) -> bool:
963
964
return False
965
966
- def _get_call_name(self, func_node) -> Optional[str]:
+ def _get_call_name(self, func_node) -> Optional[str]: # noqa: ANN001
967
"""Extract the name being called from a function node."""
968
# Fast path short-circuit for ast.Name nodes
969
if isinstance(func_node, ast.Name):
0 commit comments