We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e0c6d commit 9da7bf3Copy full SHA for 9da7bf3
1 file changed
tests/unit/test_source.py
@@ -6,10 +6,11 @@
6
from azure.keyvault.secrets import KeyVaultSecret, SecretProperties
7
from pydantic import BaseModel
8
from pydantic_settings import BaseSettings, PydanticBaseSettingsSource
9
+from pytest_mock import MockerFixture
10
+
11
from pydantic_settings_azure_app_configuration.source import (
12
AzureAppConfigurationSettingsSource,
13
)
-from pytest_mock import MockerFixture
14
15
_PREFIX = "my_api__"
16
0 commit comments