From 9d4f6e1a579693c9d6495755fcb3110bfb16e9e9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:38:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- benchmarks/global_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/global_benchmark.py b/benchmarks/global_benchmark.py index 78c14a57090..0f8d5379732 100644 --- a/benchmarks/global_benchmark.py +++ b/benchmarks/global_benchmark.py @@ -9,7 +9,7 @@ # also installed in site_packages or so. sys.path.insert(0, os.path.abspath("..")) -from configurations import configurations # noqa: E402 +from configurations import configurations # Generic function to initialize and run a model