Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Aug 21, 2024
1 parent f07ad80 commit cc67aee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/basic_example_v2/basic_example_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ async def select_with_parameters(pool: ydb.aio.QuerySessionPoolAsync, series_id,
# In most cases it's better to use transaction control settings in session.transaction
# calls instead to avoid additional hops to YDB cluster and allow more efficient
# execution of queries.
async def explicit_transaction_control(
pool: ydb.aio.QuerySessionPoolAsync, series_id, season_id, episode_id
):
async def explicit_transaction_control(pool: ydb.aio.QuerySessionPoolAsync, series_id, season_id, episode_id):
async def callee(session: ydb.aio.QuerySessionAsync):
query = """
DECLARE $seriesId AS Int64;
Expand Down

0 comments on commit cc67aee

Please sign in to comment.