Skip to content

Commit 22697c3

Browse files
authored
Merge pull request #186 from TaleLin/refactor/pydantic-schema
Refactor/pydantic schema
2 parents c968156 + 7815fd6 commit 22697c3

28 files changed

Lines changed: 529 additions & 276 deletions

app/api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
:license: MIT, see LICENSE for more details.
44
"""
55

6-
from spectree import SecurityScheme
7-
86
from lin import SpecTree
7+
from spectree import SecurityScheme
98

109
api = SpecTree(
1110
backend_name="flask",

0 commit comments

Comments
 (0)