betfair icon indicating copy to clipboard operation
betfair copied to clipboard

Fix type annotations around cert files

Open Code0x58 opened this issue 3 years ago • 0 comments

This aligns with the documentation, and use which ultimately goes to Session.request(cert=...) [docs].

It might have been caused by guessing that Tuple is like List and only has a single type parameter - this is the only place Tuple is annotated in the codebase so it doesn't look like there are similar scenarios to fix.

Code0x58 avatar Jan 01 '23 13:01 Code0x58