Skip to content

Commit 11d4102

Browse files
committed
Add types, improve docstrings, add asset versioning
1 parent 130b083 commit 11d4102

3 files changed

Lines changed: 393 additions & 297 deletions

File tree

frameioclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class FrameioClient(APIClient):
1414
def __init__(
1515
self,
16-
token,
16+
token: str,
1717
host: str = Config.api_host,
1818
threads: int = Config.default_concurrency,
1919
progress=False,

0 commit comments

Comments
 (0)