Skip to content

Commit 87bd446

Browse files
committed
fix: type hint
1 parent 7aa36e0 commit 87bd446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class MultiHostUrl(SupportsAllComparisons):
225225
user: Optional[str] = None,
226226
password: Optional[str] = None,
227227
host: Optional[str] = None,
228-
hosts: Optional[dict] = None,
228+
hosts: Optional[list[dict]] = None,
229229
port: Optional[str] = None,
230230
path: Optional[str] = None,
231231
query: Optional[str] = None,

0 commit comments

Comments
 (0)