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
..
core Fix typing of credentials parameter of make_client in the Python SDK (#5609) 3 years ago
pytorch PyTorch adapter: add a way to disable cache updates (#5549) 3 years ago
__init__.py Add 2nd layer of SDK (#19) 4 years ago
exceptions.py Add host schema auto-detection in SDK (#4910) 3 years ago
models.py Add 2nd layer of SDK (#19) 4 years ago