Skip to content

Commit

Permalink
fix empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed May 2, 2024
1 parent b2d980c commit 2cecc02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ydb/tests/library/harness/kikimr_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def __init__(self, config_path, binary_path=None):
self.hosts_names = self.cluster_details.hosts_names
nodes = ydbd_slice.nodes.Nodes(self.hosts_names, dry_run=False, ssh_user=ssh_user)


configurator = ydbd_slice.cluster_description.Configurator(
self.cluster_details,
out_dir="/tmp",
Expand Down Expand Up @@ -355,11 +354,9 @@ def _wait_for_start(self):
def start(self):
self.__slice.slice_install()
self._wait_for_start()

return self

def stop(self):

self.__slice.slice_stop()
return self

Expand Down

0 comments on commit 2cecc02

Please sign in to comment.