Skip to content

Commit

Permalink
fix: black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Apr 22, 2023
1 parent d6b7ef0 commit a58833c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def do_test(self, data, dataset_name):

idx = 0
for file_size in chain([0], useful_numbers):

original_data = data[0:file_size]
with BytesIO(data[0:file_size]) as dataset_:
fields = {
Expand Down

0 comments on commit a58833c

Please sign in to comment.