From ce854422b909a16026b70d419a753ad9f508fc28 Mon Sep 17 00:00:00 2001 From: Simon Oliver Tveit Date: Mon, 4 Mar 2024 15:41:48 +0100 Subject: [PATCH] Remove unused imports --- tests/integration/web/auth/ensure_account_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/web/auth/ensure_account_test.py b/tests/integration/web/auth/ensure_account_test.py index 260aab6b81..a7b3af4e6f 100644 --- a/tests/integration/web/auth/ensure_account_test.py +++ b/tests/integration/web/auth/ensure_account_test.py @@ -1,6 +1,5 @@ -from nav.web.auth import logout, Account +from nav.web.auth import logout from nav.web.auth.utils import ACCOUNT_ID_VAR, set_account, ensure_account -from nav.web.auth.sudo import sudo def test_account_should_be_set_if_request_does_not_already_have_an_account(