Fix style

This commit is contained in:
Kruglov Pavel 2024-02-26 18:27:53 +01:00 committed by GitHub
parent 88d55e88f3
commit a11440a5e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ node = cluster.add_instance(
"node", with_zookeeper=True, main_configs=["configs/remote_servers.xml"]
)
@pytest.fixture(scope="module")
def started_cluster():
try: