Skip to content

Commit e7b1333

Browse files
authored
fix py2 build
1 parent eba0fcf commit e7b1333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/library/harness/kikimr_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def __init__(
165165
default_clusteradmin=None,
166166
enable_resource_pools=None,
167167
domain_login_only=None,
168-
breakpad_minidumps_path: str = None,
169-
breakpad_minidumps_script: str = None,
168+
breakpad_minidumps_path=None,
169+
breakpad_minidumps_script=None,
170170
):
171171
if extra_feature_flags is None:
172172
extra_feature_flags = []

0 commit comments

Comments
 (0)