Skip to content

Commit cc67aee

Browse files
committed
review fixes
1 parent f07ad80 commit cc67aee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/basic_example_v2/basic_example_async.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ async def select_with_parameters(pool: ydb.aio.QuerySessionPoolAsync, series_id,
138138
# In most cases it's better to use transaction control settings in session.transaction
139139
# calls instead to avoid additional hops to YDB cluster and allow more efficient
140140
# execution of queries.
141-
async def explicit_transaction_control(
142-
pool: ydb.aio.QuerySessionPoolAsync, series_id, season_id, episode_id
143-
):
141+
async def explicit_transaction_control(pool: ydb.aio.QuerySessionPoolAsync, series_id, season_id, episode_id):
144142
async def callee(session: ydb.aio.QuerySessionAsync):
145143
query = """
146144
DECLARE $seriesId AS Int64;

0 commit comments

Comments
 (0)