diff --git a/scripts/run-benchmarks.py b/scripts/run-benchmarks.py index b1e1f129..4e8ea018 100755 --- a/scripts/run-benchmarks.py +++ b/scripts/run-benchmarks.py @@ -3,7 +3,6 @@ from pathlib import Path import shlex import subprocess -import sys parser = argparse.ArgumentParser( description='Run benchmarks with a specific runner')