diff --git a/pytest/tests/sanity/recompress_storage.py b/pytest/tests/sanity/recompress_storage.py index 75108243627..7fd76168f31 100644 --- a/pytest/tests/sanity/recompress_storage.py +++ b/pytest/tests/sanity/recompress_storage.py @@ -93,8 +93,8 @@ def do_test_recompress_storage(self, *, archive: bool) -> None: time.sleep(5) sanity.rpc_tx_status.test_tx_status(self.nodes, nonce_offset=3) - def _call(self, node: cluster.LocalNode, prefix: str, - *args: typing.Union[str, pathlib.Path]) -> None: + def _call(self, node: cluster.LocalNode, prefix: str, *args: + typing.Union[str, pathlib.Path]) -> None: """Calls node’s neard with given arguments.""" node_dir = pathlib.Path(node.node_dir) cmd = [