Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(BaseService): improve prepare_request() docstring (#193)
This commit simply modifies the docstring comments related to the `headers` and `params` arguments to the `BaseService.prepare_request()` function in order to clarify that any entries in either of the two dictionary arguments will simply be ignored if they have a value of None. Signed-off-by: Phil Adams <[email protected]>
- Loading branch information