We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05a9855 + 525c87a commit 4732e40Copy full SHA for 4732e40
templates/python/docs/example.md.twig
@@ -1,4 +1,5 @@
1
from {{ spec.title | caseSnake }}.client import Client
2
+from {{ spec.title | caseSnake }}.services.{{ service.name | caseSnake }} import {{ service.name | caseUcfirst }}
3
{% if method.parameters.all | filter((param) => param.type == 'file') | length > 0 %}
4
from {{ spec.title | caseSnake }}.input_file import InputFile
5
{% endif %}
0 commit comments