Skip to content

Commit

Permalink
fix: load_state parameter type err
Browse files Browse the repository at this point in the history
Signed-off-by: simonwei97 <[email protected]>
  • Loading branch information
simonwei97 authored and simonwei97 committed Nov 1, 2023
1 parent 693217b commit 49f9288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/orm/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def loading_progress(

def load_state(
collection_name: str,
partition_names: Optional[float] = None,
partition_names: Optional[List[str]] = None,
using: str = "default",
timeout: Optional[float] = None,
):
Expand Down

0 comments on commit 49f9288

Please sign in to comment.