From 99c9ba3e6be8b70b1fdfa22664fcbe1bc455579d Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 1 Aug 2023 16:08:15 +0200 Subject: [PATCH] tests: remove unused mock --- server/tests/test_processors_pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/tests/test_processors_pipeline.py b/server/tests/test_processors_pipeline.py index 312f76d6..a807b6fd 100644 --- a/server/tests/test_processors_pipeline.py +++ b/server/tests/test_processors_pipeline.py @@ -1,5 +1,4 @@ import pytest -from unittest.mock import patch @pytest.mark.asyncio