Skip to content

Commit bb033a1

Browse files
committed
Revert to import Mapping, Iterator, and Sequence from typing
1 parent ddbd17f commit bb033a1

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

pydantic_settings/sources/providers/azure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
from __future__ import annotations
44

5-
from collections.abc import Iterator, Mapping
6-
from typing import TYPE_CHECKING, Optional
5+
from typing import TYPE_CHECKING, Iterator, Mapping, Optional
76

87
from .env import EnvSettingsSource
98

0 commit comments

Comments
 (0)