Skip to content

Commit f4e9f2b

Browse files
committed
ruff
1 parent 0cdb016 commit f4e9f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
)
122122
print(f" Savings: {savings_pct:.1f}% of input tokens saved!")
123123
print()
124-
print(f" 💡 Without compression, this request would have used")
124+
print(" 💡 Without compression, this request would have used")
125125
print(f" {response.compression.input_tokens} input tokens.")
126126
print(
127127
f" With compression, only {response.compression.input_tokens - response.compression.saved_tokens} tokens were processed!"

0 commit comments

Comments
 (0)