Skip to content

Commit eeb6cea

Browse files
committed
lint
1 parent ba8974a commit eeb6cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_async_checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ async def test_metadata(
425425
0
426426
].metadata[
427427
"my_key" # type: ignore
428-
] == "abc" # type: ignore
428+
] == "abc" # type: ignore

tests/test_checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ def test_checkpoint_get_tuple(
350350
assert search_results_1.metadata == metadata[0] # type: ignore
351351

352352
# No matching checkpoint
353-
assert checkpointer.get_tuple(configs[0]) is None
353+
assert checkpointer.get_tuple(configs[0]) is None

0 commit comments

Comments
 (0)