Skip to content

Commit 4a502bd

Browse files
committed
fix style
1 parent f0cad63 commit 4a502bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ydb/tests/functional/ydb_cli/test_ydb_backup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def sort_permissions(permissions):
6565
permission.permission_names = sorted(permission.permission_names)
6666
return sorted(permissions, key=lambda p: p.subject)
6767

68+
6869
def create_table_with_data(session, path, not_null=False):
6970
path = "/Root/" + path
7071
session.create_table(
@@ -270,8 +271,8 @@ def scheme_listdir(self, path):
270271
for child in self.driver.scheme_client.list_directory(path).children
271272
if not is_system_object(child)
272273
]
273-
274-
def create_user(self, user, password = "password"):
274+
275+
def create_user(self, user, password="password"):
275276
yatest.common.execute(
276277
[
277278
backup_bin(),

0 commit comments

Comments
 (0)