From 9bb74929bc3df5c00a1b41c24c700775c57959be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 30 Sep 2025 18:46:44 +0300 Subject: [PATCH] ci,crnm: remove unused imports Part-of: --- bin/ci/ci_run_n_monitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 72a40d0a2fd..4ca4b653081 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -13,7 +13,6 @@ and show the job(s) logs. """ import argparse -import os import re import sys import time