We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8974a commit eeb6ceaCopy full SHA for eeb6cea
tests/test_async_checkpoint.py
@@ -425,4 +425,4 @@ async def test_metadata(
425
0
426
].metadata[
427
"my_key" # type: ignore
428
- ] == "abc" # type: ignore
+ ] == "abc" # type: ignore
tests/test_checkpoint.py
@@ -350,4 +350,4 @@ def test_checkpoint_get_tuple(
350
assert search_results_1.metadata == metadata[0] # type: ignore
351
352
# No matching checkpoint
353
- assert checkpointer.get_tuple(configs[0]) is None
+ assert checkpointer.get_tuple(configs[0]) is None
0 commit comments