Skip to content

Commit

Permalink
Add ignore[import-not-found] to fix awx_plugins.credentials.tss error…
Browse files Browse the repository at this point in the history
… on line 146
  • Loading branch information
djyasin committed Sep 3, 2024
1 parent 15a7d8a commit 52d15cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/credential_plugins_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_dsv_import(self) -> None:
assert SecretsVault.__module__ == 'delinea.secrets.vault'

def test_tss_import(self) -> None:
from awx_plugins.credentials.tss import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret # noqa
from awx_plugins.credentials.tss import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret #type: ignore[import-not-found] # noqa

for cls in (
DomainPasswordGrantAuthorizer,
Expand Down

0 comments on commit 52d15cb

Please sign in to comment.