Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 8cf01e9

Browse files
author
DEKHTIARJonathan
committed
Remove Visual Spacing that was incorrect
1 parent 437c167 commit 8cf01e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tftrt/examples/benchmark_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def aggregate_data(self, y_pred, y):
191191
)
192192
self._expected[key][idx_start:idx_stop] = y[key]
193193

194-
print("")
194+
print()
195195

196196

197197
def patch_dali_dataset(dataset):

0 commit comments

Comments
 (0)