From 93dfbad7bae3e58c75711beae0d9b52ee55c5f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 17 Dec 2025 17:22:54 +0100 Subject: [PATCH] ci: remove unused imports Part-of: --- .ci/lib/check_changed_kernels.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/lib/check_changed_kernels.py b/.ci/lib/check_changed_kernels.py index 1cabdf0df..3eae5eab7 100755 --- a/.ci/lib/check_changed_kernels.py +++ b/.ci/lib/check_changed_kernels.py @@ -2,9 +2,6 @@ # Copyright 2024 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later -import glob -import tempfile -import sys import subprocess # Same dir