Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Mar 4, 2024
1 parent be9d219 commit ce85442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/web/auth/ensure_account_test.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit ce85442

Please sign in to comment.