You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Padraig X. Lamont a9476cb623
Fix typing of credentials parameter of make_client in the Python SDK (#5609)
### Motivation and context
This is a very simple pull request. The type of the credentials
parameter of `make_client` is currently `Optional[Tuple[int, int]]`, but
it should be `Optional[Tuple[str, str]]` as used by `Client#login`. This
PR makes that change.

### How has this been tested?
The typing does not affect the functionality of the code (just the
warnings I get in an IDE).
3 years ago
..
proxies Fix pagination in some endpoints (#5557) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
client.py Fix typing of credentials parameter of make_client in the Python SDK (#5609) 3 years ago
downloading.py Migrate to using pathlib in most of the SDK (#5435) 3 years ago
exceptions.py Check server version in SDK (#4935) 3 years ago
git.py Fix creation of tasks with Git repositories via the SDK (#5409) 3 years ago
helpers.py cvat-sdk: make sure to redraw the progress bar after use (#5235) 3 years ago
progress.py Add 2nd layer of SDK (#19) 4 years ago
schema.py Add 2nd layer of SDK (#19) 4 years ago
uploading.py Add a way to create task with custom jobs (#5536) 3 years ago
utils.py SDK: add a utility function for atomically writing a file (#5372) 3 years ago