Skip to content

Commit f65072f

Browse files
style: ruff-format python_safe_point_bias README
Fixes ruff format --check CI failure (extra blank line in code block).
1 parent 19a0a85 commit f65072f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • scenarios/python_safe_point_bias_3.11

scenarios/python_safe_point_bias_3.11/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Verifies that the Python profiler correctly attributes CPU time to `slow_method`
1010
def empty_method() -> None:
1111
pass
1212

13+
1314
def slow_method() -> None:
1415
while time() < end_time:
1516
x = "h" + "e" + "l" + "l" + "o" + ","

0 commit comments

Comments
 (0)