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 52c8a20 commit e7073a2Copy full SHA for e7073a2
pydantic_settings/utils.py
@@ -1,7 +1,7 @@
1
from collections.abc import Callable
2
from pathlib import Path
3
4
-_PATH_TYPE_LABELS: dict[Callable[[Path], bool]] = {
+_PATH_TYPE_LABELS: dict[Callable[[Path], bool], str] = {
5
Path.is_dir: 'directory',
6
Path.is_file: 'file',
7
Path.is_mount: 'mount point',
0 commit comments