Skip to content

Commit 496c5bd

Browse files
committedMar 14, 2025·
update one more file with ruff 0.10.0 format
1 parent 18357fb commit 496c5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/extend_web_ui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def content_length_csv():
138138

139139
if stats:
140140
for url, inner_stats in stats.items():
141-
rows.append(f"\"{url}\",{inner_stats['content-length']:.2f}")
141+
rows.append(f'"{url}",{inner_stats["content-length"]:.2f}')
142142
return "\n".join(rows)
143143

144144
# register our new routes and extended UI with the Locust web UI

0 commit comments

Comments
 (0)
Please sign in to comment.