test: drop unused sys import (review)

Signed-off-by: topkoa <topkoa@gmail.com>
This commit is contained in:
topkoa 2026-07-13 01:14:02 -04:00
parent c485f02211
commit 5dcf39cd62

View File

@ -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