1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Review fixes

This commit is contained in:
Alexander Presnyakov
2025-07-30 00:53:01 +00:00
parent d3fafe6241
commit 4df61622cc
7 changed files with 83 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
from integration_tests.ssh import HostConfig
from integration_tests.ssh import RemoteHost
def activate_single_node_config(host: HostConfig):
def activate_single_node_config(host: RemoteHost):
"""
Stop MCS services on the host.
"""