Skip to content

Commit a58fe4d

Browse files
committed
Import collections.abc in azure.py
1 parent 34a855b commit a58fe4d

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

pydantic_settings/sources/providers/azure.py

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

33
from __future__ import annotations as _annotations
44

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

78
from .env import EnvSettingsSource
89

0 commit comments

Comments
 (0)