diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 16:38:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 16:38:25 +0300 |
| commit | 56300431a13ff0003ad12868e1fe4c023d48a4c6 (patch) | |
| tree | dac765b80bb07635b0e927ccc4820c3dd3d00251 | |
| parent | 5bf100e5699bd0a46e8b97f68235d2ba00891d4c (diff) | |
Remove unused import
| -rw-r--r-- | benchmark_throughput.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark_throughput.py b/benchmark_throughput.py index 8a9d4a5..8e6be43 100644 --- a/benchmark_throughput.py +++ b/benchmark_throughput.py @@ -1,4 +1,3 @@ -import os import time import tempfile import shutil |
