Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudolukian committed Nov 28, 2024
1 parent f6a67c9 commit ff44083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/static-credentials/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def auth_with_static_credentials(endpoint: str, database: str, user: str, passwo
endpoint=endpoint,
database=database,
credentials=ydb.StaticCredentials.from_user_password(user, password),
root_certificates=ydb.load_ydb_root_certificate(ca_path)
root_certificates=ydb.load_ydb_root_certificate(ca_path),
)

with ydb.Driver(driver_config=driver_config) as driver:
Expand Down

0 comments on commit ff44083

Please sign in to comment.