From 5dcf39cd62011ee69b1faef113f0f75e0b880454 Mon Sep 17 00:00:00 2001 From: topkoa Date: Mon, 13 Jul 2026 01:14:02 -0400 Subject: [PATCH] test: drop unused sys import (review) Signed-off-by: topkoa --- tests/test_spec_gate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_spec_gate.py b/tests/test_spec_gate.py index dc31d24..a632140 100644 --- a/tests/test_spec_gate.py +++ b/tests/test_spec_gate.py @@ -7,7 +7,6 @@ classification, the closed allowlist, and the duplicate/malformed-entry rejections. If one of these fails, the spec's protection regressed. """ import importlib.util -import sys import textwrap from pathlib import Path