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.
### 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 | 3 years ago | |
| pytorch | 3 years ago | |
| __init__.py | 4 years ago | |
| exceptions.py | 3 years ago | |
| models.py | 4 years ago | |