diff --git a/packages/sshecret-admin/tests/test_password_context_errors.py b/packages/sshecret-admin/tests/test_password_context_errors.py index ebc0af5..617d44a 100644 --- a/packages/sshecret-admin/tests/test_password_context_errors.py +++ b/packages/sshecret-admin/tests/test_password_context_errors.py @@ -5,7 +5,7 @@ import pykeepass import pykeepass.exceptions import pytest -from sshecret_admin.services.keepass import PasswordContext, _password_context, PasswordCredentialsError +from sshecret_admin.services.keepass import _password_context, PasswordCredentialsError def test_open_invalid_database() -> None: """Test opening a non-existing database."""