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:
parent
913d4f0335
commit
f9feb0b393
@ -11,11 +11,6 @@ wiring + the SRT contract + the lazy-import path on cheap CPU.
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import os
|
|
||||||
import shutil
|
|
||||||
import subprocess
|
|
||||||
import tempfile
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user