File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ads-templates/%namespace/%name/%version/%sub/services/%service
templates/%namespace/%name_%version/%sub/services/%service Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
339339 """
340340 {% if method .is_deprecated %}
341341 warnings.warn("{{ service.client_name }}.{{ method.name|snake_case }} is deprecated",
342- warnings. DeprecationWarning)
342+ DeprecationWarning)
343343
344344 {% endif %}
345345 {% if not method .client_streaming %}
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ class {{ service.async_client_name }}:
201201 """
202202 {% if method .is_deprecated %}
203203 warnings.warn("{{ service.async_client_name }}.{{ method.name|snake_case }} is deprecated",
204- warnings. DeprecationWarning)
204+ DeprecationWarning)
205205
206206 {% endif %}
207207 {% if not method .client_streaming %}
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
364364 """
365365 {% if method .is_deprecated %}
366366 warnings.warn("{{ service.client_name }}.{{ method.name|snake_case }} is deprecated",
367- warnings. DeprecationWarning)
367+ DeprecationWarning)
368368
369369 {% endif %}
370370 {% if not method .client_streaming %}
You can’t perform that action at this time.
0 commit comments