From c47ff317c32943b53b5a69310b679ce09aeab0ba Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 14 Aug 2025 15:41:45 -0700 Subject: [PATCH] Cleanup --- cista/preview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cista/preview.py b/cista/preview.py index d8de724..d8b4f2b 100644 --- a/cista/preview.py +++ b/cista/preview.py @@ -99,7 +99,7 @@ def process_pdf(path, *, maxsize, maxzoom, quality, page_number=0): def process_video(path, *, maxsize, quality): frame = None imgdata = io.BytesIO() - istream = ostream = icontainer = ocontainer = icc = occ = frame = None + istream = ostream = icc = occ = frame = None with ( av.open(str(path)) as icontainer, av.open(imgdata, "w", format="avif") as ocontainer,