Skip to content

Commit

Permalink
Add ignore[import-not-found] to fix awx_plugins.credentials import ha…
Browse files Browse the repository at this point in the history
…shivault error on line 5
  • Loading branch information
djyasin committed Sep 3, 2024
1 parent fbe76ca commit 98669f5
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 @@ -2,7 +2,7 @@

import pytest

from awx_plugins.credentials import hashivault
from awx_plugins.credentials import hashivault #type: ignore[import-not-found]


def test_imported_azure_cloud_sdk_vars() -> None:
Expand Down

0 comments on commit 98669f5

Please sign in to comment.