Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type annotation to client_for_basic_auth
The lack of annotation was masking the `MarklogicApiClient` instance from type checking. By adding this, mypy will correctly warn us if we're committing type violations.
- Loading branch information