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 ddbd17f commit bb033a1Copy full SHA for bb033a1
pydantic_settings/sources/providers/azure.py
@@ -2,8 +2,7 @@
2
3
from __future__ import annotations
4
5
-from collections.abc import Iterator, Mapping
6
-from typing import TYPE_CHECKING, Optional
+from typing import TYPE_CHECKING, Iterator, Mapping, Optional
7
8
from .env import EnvSettingsSource
9
0 commit comments