Skip to content

Commit fb60801

Browse files
fix: Make SpecClient() work with default values for optional args (#68)
1 parent 465b404 commit fb60801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/spec/_spec_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class SpecClient(BaseClient):
14-
def __init__(self, configuration: Optional[core.HttpConfiguration]):
14+
def __init__(self, configuration: Optional[core.HttpConfiguration] = None):
1515
"""Initialize an instance.
1616
1717
Args:

0 commit comments

Comments
 (0)