Skip to content

Commit eb7ce73

Browse files
committed
ydbd_slice: yaml_configurator.py flake8 test fix
1 parent 091339a commit eb7ce73

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

ydb/tools/ydbd_slice/yaml_configurator.py

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
# Remove specified keys
1414
STORAGE_ONLY_KEYS = [
15-
'static_erasure',
16-
'host_configs',
17-
'nameservice_config',
18-
'blob_storage_config',
19-
'hosts'
15+
'static_erasure',
16+
'host_configs',
17+
'nameservice_config',
18+
'blob_storage_config',
19+
'hosts'
2020
]
2121

2222

@@ -56,13 +56,12 @@ def dynamic_simple(self):
5656

5757
class YamlConfigurator(object):
5858
def __init__(
59-
self,
60-
cluster_path: os.PathLike,
61-
out_dir: os.PathLike,
62-
bin_path: os.PathLike,
63-
compressed_bin_path: os.PathLike,
64-
config_path: os.PathLike,
65-
):
59+
self,
60+
cluster_path: os.PathLike,
61+
out_dir: os.PathLike,
62+
bin_path: os.PathLike,
63+
compressed_bin_path: os.PathLike,
64+
config_path: os.PathLike):
6665
# walle provider is not used
6766
# use config_path instad of cluster_path
6867
self.cluster_description = cluster_description.ClusterDetails(config_path, None)

0 commit comments

Comments
 (0)