Skip to content

Commit f27658f

Browse files
committed
style fixes
1 parent a11e42a commit f27658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query-service/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
# session = client.session().create()
1919
pool = ydb.QuerySessionPool(driver)
2020
# with pool.checkout() as session:
21-
21+
2222
def callee(session):
2323
print("=" * 50)
2424
print("BEFORE ACTION")

0 commit comments

Comments
 (0)