From f9feb0b393bacd650c7760b6f6f26d761f81c55c Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Mon, 25 May 2026 10:34:54 -0400 Subject: [PATCH] =?UTF-8?q?gauntlet:=20fix=20lint=20=E2=80=94=20drop=20unu?= =?UTF-8?q?sed=20subprocess/shutil/tempfile/Path=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leftover ffmpeg-era imports from the earlier draft of the CPU transcribe smoke test; the final numpy-array-bypass version doesn't need them. Ruff autofix. --- tests/test_transcribe.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_transcribe.py b/tests/test_transcribe.py index 4ce4050..d75a624 100644 --- a/tests/test_transcribe.py +++ b/tests/test_transcribe.py @@ -11,11 +11,6 @@ wiring + the SRT contract + the lazy-import path on cheap CPU. from __future__ import annotations -import os -import shutil -import subprocess -import tempfile -from pathlib import Path import pytest