gauntlet: fix lint — drop unused subprocess/shutil/tempfile/Path imports

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.
This commit is contained in:
Travis Herbranson 2026-05-25 10:34:54 -04:00
parent 913d4f0335
commit f9feb0b393

View File

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