From 3bb1f0d38a7d34c4032c65c8a301a48075da4d90 Mon Sep 17 00:00:00 2001 From: George Bisbas Date: Wed, 22 Nov 2023 14:20:17 +0000 Subject: [PATCH] flake8: drop check --- fast/run_benchmark.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fast/run_benchmark.py b/fast/run_benchmark.py index e5b3873ab34..9c13a2bfa12 100644 --- a/fast/run_benchmark.py +++ b/fast/run_benchmark.py @@ -5,6 +5,12 @@ from functools import reduce import numpy as np +# This file should not be needed anymore +# To check whether any code would be useful +# flake8: noqa + + + if __name__ == "__main__": parser = argparse.ArgumentParser(description="Process arguments.")