Skip to content

Commit c82f549

Browse files
committed
fix schemas six is not defined
1 parent 155d7ff commit c82f549

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ pip-selfcheck.json
106106
*.swp
107107
example-app
108108

109+
.DS_Store
109110
# End of https://www.gitignore.io/api/python

swagger_py_codegen/templates/sanic/schemas.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# TODO: datetime support
44

55
{% include '_do_not_change.tpl' %}
6+
import six
67

78
base_path = '{{base_path}}'
89

0 commit comments

Comments
 (0)