Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 18, 2024
1 parent 13acff8 commit 082fe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/message_compression_benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def compare_size(algo_pkg, data):
import base64

data = base64.b64encode(data).decode("utf-8")
print(f"\nthe following use base64 first...\n")
print("\nthe following use base64 first...\n")

compressed_size = len(algo_pkg.compress(json.dumps(data).encode()))
print(
Expand Down

0 comments on commit 082fe36

Please sign in to comment.