Skip to content

Commit b15a1dd

Browse files
committed
style fixes
1 parent f3bd613 commit b15a1dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/basic_example_v2/basic_example_async.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ async def select_with_parameters(pool: ydb.aio.QuerySessionPoolAsync, path: str,
157157
# In most cases it's better to use transaction control settings in session.transaction
158158
# calls instead to avoid additional hops to YDB cluster and allow more efficient
159159
# execution of queries.
160-
async def explicit_transaction_control(pool: ydb.aio.QuerySessionPoolAsync, path: str, series_id, season_id, episode_id):
160+
async def explicit_transaction_control(
161+
pool: ydb.aio.QuerySessionPoolAsync, path: str, series_id, season_id, episode_id
162+
):
161163
async def callee(session: ydb.aio.QuerySessionAsync):
162164
query = """
163165
PRAGMA TablePathPrefix("{}");

0 commit comments

Comments
 (0)