Skip to content

Breakout Requests Functionality to New Adapter Module #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 19, 2018
Merged
Prev Previous commit
Next Next commit
Fewer line breaks
  • Loading branch information
Jeffrey Hogan committed Jul 16, 2018
commit 2dd711730947e63679b65e446d6d2eb9506244a1
3 changes: 1 addition & 2 deletions hvac/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def raise_for_error(status_code, message=None, errors=None):


def deprecated_method(to_be_removed_in_version, new_call_path=None, new_method=None):
"""This is a decorator which can be used to mark functions
as deprecated. It will result in a warning being emitted
"""This is a decorator which can be used to mark methods as deprecated. It will result in a warning being emitted
when the function is used.

:param to_be_removed_in_version: Version of this module the decorated method will be removed in.
Expand Down