From fe61e0c1a9fb23fc80bab84466f686bdbde697c9 Mon Sep 17 00:00:00 2001 From: Aiden <53726630+aiden3c@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:39:09 -0400 Subject: [PATCH] Removed unused import (#14414) --- tests/api2/test_account.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/api2/test_account.py b/tests/api2/test_account.py index b16e44cde9564..829f892d7728c 100644 --- a/tests/api2/test_account.py +++ b/tests/api2/test_account.py @@ -1,5 +1,3 @@ -import pytest - from middlewared.test.integration.assets.account import user, group from middlewared.test.integration.assets.api_key import api_key from middlewared.test.integration.utils import call, client