Skip to content

Commit d447dc3

Browse files
Update src/onepasswordconnectsdk/config.py
LGTM Co-authored-by: Andi Titu <[email protected]>
1 parent c2e521c commit d447dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepasswordconnectsdk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ClientConfig:
2323
"""Configuration class for 1Password Connect client.
2424
Inherits from httpx.BaseClient to support all httpx client options.
2525
"""
26-
def __init__(self, cafile: Optional[str] = None, **kwargs):
26+
def __init__(self, ca_file: Optional[str] = None, **kwargs):
2727
"""Initialize client configuration
2828
2929
Args:

0 commit comments

Comments
 (0)