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.
1 parent 155d7ff commit c82f549Copy full SHA for c82f549
.gitignore
@@ -106,4 +106,5 @@ pip-selfcheck.json
106
*.swp
107
example-app
108
109
+.DS_Store
110
# End of https://www.gitignore.io/api/python
swagger_py_codegen/templates/sanic/schemas.tpl
@@ -3,6 +3,7 @@
3
# TODO: datetime support
4
5
{% include '_do_not_change.tpl' %}
6
+import six
7
8
base_path = '{{base_path}}'
9
0 commit comments