We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb986a commit 6565f07Copy full SHA for 6565f07
qdrant_client/async_qdrant_client.py
@@ -2064,7 +2064,7 @@ async def recover_snapshot(
2064
location: str,
2065
api_key: str | None = None,
2066
checksum: str | None = None,
2067
- priority: types.SnapshotPriority = None,
+ priority: types.SnapshotPriority | None = None,
2068
wait: bool = True,
2069
**kwargs: Any,
2070
) -> bool | None:
qdrant_client/qdrant_client.py
@@ -2149,7 +2149,7 @@ def recover_snapshot(
2149
2150
2151
2152
2153
2154
2155
0 commit comments