Skip to content

Commit 2c31d64

Browse files
committed
Fix python linter
Signed-off-by: Dmitrii Petukhov <[email protected]>
1 parent 24b8c49 commit 2c31d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/integration-tests/test_restart_between_modes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,14 @@ def restart_as_fsm_mode(
8484
cluster.start_nodes(wait_leader=True, wait_ready=True)
8585
# For a standard cluster, states have already been restored as part of
8686
# leader re-election.
87+
8788
if cluster.is_single_node:
8889
producer.wait_state_restored()
8990

9091

9192
def restart_to_fsm_single_node_with_quorum_one(
9293
cluster: Cluster,
93-
producer: Client,
94+
producer: Client, # pylint: disable=unused-argument
9495
consumers: List[Client], # pylint: disable=unused-argument
9596
):
9697
"""

0 commit comments

Comments
 (0)