Skip to content

Commit 50bf43d

Browse files
committed
Remove unused field
1 parent 6c47e7c commit 50bf43d

File tree

1 file changed

+0
-1
lines changed
  • pydantic_settings/sources/providers

1 file changed

+0
-1
lines changed

pydantic_settings/sources/providers/azure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def __iter__(self) -> Iterator[str]:
6868
class AzureKeyVaultSettingsSource(EnvSettingsSource):
6969
_url: str
7070
_credential: TokenCredential
71-
_secret_client: SecretClient
7271

7372
def __init__(
7473
self,

0 commit comments

Comments
 (0)