Skip to content

Commit

Permalink
Merge pull request #186 from TaleLin/refactor/pydantic-schema
Browse files Browse the repository at this point in the history
Refactor/pydantic schema
  • Loading branch information
Jokky6 authored Jan 28, 2022
2 parents c968156 + 7815fd6 commit 22697c3
Show file tree
Hide file tree
Showing 28 changed files with 529 additions and 276 deletions.
3 changes: 1 addition & 2 deletions app/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
:license: MIT, see LICENSE for more details.
"""

from spectree import SecurityScheme

from lin import SpecTree
from spectree import SecurityScheme

api = SpecTree(
backend_name="flask",
Expand Down
Loading

0 comments on commit 22697c3

Please sign in to comment.