digital-asset / dazl-client

dazl Ledger API client
Apache License 2.0
10 stars 6 forks source link

python: Properly type connect arguments. #447

Closed da-tanabe closed 9 months ago

da-tanabe commented 9 months ago

Now that Unpack exists (https://peps.python.org/pep-0692/), it's possible to reduce some of the boilerplate around the type signatures of connect.

So fix that, which also fixes a subtle error in the current set of typing rules: retry_timeout was never added to connect even though it's supported just fine.