We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130b083 commit 11d4102Copy full SHA for 11d4102
3 files changed
frameioclient/client.py
@@ -13,7 +13,7 @@
13
class FrameioClient(APIClient):
14
def __init__(
15
self,
16
- token,
+ token: str,
17
host: str = Config.api_host,
18
threads: int = Config.default_concurrency,
19
progress=False,
0 commit comments