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 | |
|---|---|---|
| .. | ||
| cvat_sdk | 3 years ago | |
| gen | 3 years ago | |
| .gitignore | 3 years ago | |
| .openapi-generator-ignore | 4 years ago | |
| .remarkignore | 4 years ago | |
| pyproject.toml | 4 years ago | |