Skip to content

Commit e207c99

Browse files
committed
style fixes
1 parent a299e22 commit e207c99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/basic_example_v2/basic_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ def callee(session):
178178
"$seriesId": series_id, # could be defined implicit in case of int, str, bool
179179
"$seasonId": (season_id, ydb.PrimitiveType.Uint64), # could be defined via tuple
180180
"$episodeId": ydb.TypedValue(
181-
episode_id,
182-
ydb.PrimitiveType.Uint64
181+
episode_id, ydb.PrimitiveType.Uint64
183182
), # could be defined via special class
184183
},
185184
commit_tx=True,

0 commit comments

Comments
 (0)