Skip to content

Commit ff44083

Browse files
committed
Fix style
1 parent f6a67c9 commit ff44083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/static-credentials/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
3737
endpoint=endpoint,
3838
database=database,
3939
credentials=ydb.StaticCredentials.from_user_password(user, password),
40-
root_certificates=ydb.load_ydb_root_certificate(ca_path)
40+
root_certificates=ydb.load_ydb_root_certificate(ca_path),
4141
)
4242

4343
with ydb.Driver(driver_config=driver_config) as driver:

0 commit comments

Comments
 (0)