Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jul 27, 2024
1 parent ec73e44 commit 918f0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/data/_async/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ async def test_customizable_retryable_errors(
("check_and_mutate_row", (b"row_key", None), "check_and_mutate_row"),
(
"read_modify_write_row",
(b"row_key", IncrementRule('f', 'q')),
(b"row_key", IncrementRule("f", "q")),
"read_modify_write_row",
),
],
Expand Down

0 comments on commit 918f0de

Please sign in to comment.