From 491fc82fe30c1e69f49b19d81233c7227815c3c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:29:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/acc/opencl/smm/tune_multiply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acc/opencl/smm/tune_multiply.py b/src/acc/opencl/smm/tune_multiply.py index 8a24a76f251..808d0ca76b7 100755 --- a/src/acc/opencl/smm/tune_multiply.py +++ b/src/acc/opencl/smm/tune_multiply.py @@ -12,7 +12,7 @@ from opentuner import ConfigurationManipulator from opentuner import MeasurementInterface from opentuner import Result -from signal import signal, getsignal, SIGINT, SIG_DFL +from signal import signal, SIGINT import copy import json import glob