Skip to content

Commit 9f5650a

Browse files
author
Andrei Naumov
committed
Fix style
1 parent b39f19d commit 9f5650a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/basic_example_v1/basic_example.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ def callee(session):
155155
data_query = ydb.types.DataQuery(
156156
query,
157157
parameters_types={
158-
'$seriesId': ydb.types.PrimitiveType.Uint64,
159-
'$seasonId': ydb.types.PrimitiveType.Uint64,
160-
'$episodeId': ydb.types.PrimitiveType.Uint64,
161-
}
158+
"$seriesId": ydb.types.PrimitiveType.Uint64,
159+
"$seasonId": ydb.types.PrimitiveType.Uint64,
160+
"$episodeId": ydb.types.PrimitiveType.Uint64,
161+
},
162162
)
163163

164164
result_sets = session.transaction(ydb.SerializableReadWrite()).execute(

0 commit comments

Comments
 (0)