Skip to content

Commit 037130b

Browse files
style: remove trailing blank line
1 parent 7337d03 commit 037130b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

codeflash/discovery/functions_to_optimize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,5 +975,3 @@ def function_is_a_property(function_node: FunctionDef | AsyncFunctionDef) -> boo
975975
if isinstance(node, _ast_name) and node.id == _property_id:
976976
return True
977977
return False
978-
979-

0 commit comments

Comments
 (0)