Skip to content

Commit b57e947

Browse files
committed
style fixes
1 parent b09f33f commit b57e947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/aio/test_table_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def test_alter_table(self, driver: ydb.aio.Driver):
5757
table_name,
5858
add_columns=[
5959
ydb.Column("value2", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
60-
]
60+
],
6161
)
6262

6363
description = await client.describe_table(table_name)

tests/table/test_table_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_alter_table(self, driver_sync: ydb.Driver):
5555
table_name,
5656
add_columns=[
5757
ydb.Column("value2", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
58-
]
58+
],
5959
)
6060

6161
description = client.describe_table(table_name)

0 commit comments

Comments
 (0)