From 90f2842fb6b16d29f0e2fd2db454f941c5d29cfd Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Wed, 18 Mar 2026 18:53:37 +0200 Subject: [PATCH] Remove unused logging import from integration test script --- tests/integration_full_workflow_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_full_workflow_test.py b/tests/integration_full_workflow_test.py index 6db753e..7da9ed8 100644 --- a/tests/integration_full_workflow_test.py +++ b/tests/integration_full_workflow_test.py @@ -8,7 +8,6 @@ It will run three modes: audio, video, and both. It is intentionally opt-in to a """ import os import sys -import logging import shutil import time from pathlib import Path