We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188dff7 + 380adeb commit 06fd586Copy full SHA for 06fd586
templates/python/package/services/service.py.twig
@@ -43,7 +43,6 @@ class {{ service.name | caseUcfirst }}(Service):
43
This API has been deprecated.
44
{%~ endif %}
45
{% endif %}
46
-
47
Parameters
48
----------
49
{% for parameter in method.parameters.all %}{{ parameter.name | escapeKeyword | caseSnake }} : {{ parameter | getPropertyType(method) | raw }}
0 commit comments