Skip to content

Commit e7073a2

Browse files
Fix typing
1 parent 52c8a20 commit e7073a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_settings/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from collections.abc import Callable
22
from pathlib import Path
33

4-
_PATH_TYPE_LABELS: dict[Callable[[Path], bool]] = {
4+
_PATH_TYPE_LABELS: dict[Callable[[Path], bool], str] = {
55
Path.is_dir: 'directory',
66
Path.is_file: 'file',
77
Path.is_mount: 'mount point',

0 commit comments

Comments
 (0)