Skip to content
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

[Remove Deprecation] Remove get_waiter and list_waiters from boto3_elasticsearch.py #62915

Closed
Ch3LL opened this issue Oct 19, 2022 · 0 comments · Fixed by #62922
Closed

[Remove Deprecation] Remove get_waiter and list_waiters from boto3_elasticsearch.py #62915

Ch3LL opened this issue Oct 19, 2022 · 0 comments · Fixed by #62922
Assignees

Comments

@Ch3LL
Copy link
Contributor

Ch3LL commented Oct 19, 2022

from salt/utils/boto3_elasticsearch.py remove functions list_waiters and get_waiter

 97 @salt.utils.decorators.is_deprecated(globals(), "Sulfur")                                                                                                                                                                                                 
 98 +-- 23 lines: def get_waiter(client, waiter=None, waiter_config=None):
121                                                                                                                                                                                                                                                           
122                                                                                                                                                                                                                                                           
123 @salt.utils.decorators.is_deprecated(globals(), "Sulfur")     
124 +--  7 lines: def list_waiters():         
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants