wip
This commit is contained in:
parent
fec28df75f
commit
5ae6b86712
10 changed files with 312 additions and 39 deletions
|
|
@ -1,3 +1,9 @@
|
|||
"""Example usage of expand_pydantic_args with the Person model.
|
||||
|
||||
SPDX-FileCopyrightText: 2023-present Waylon S. Walker <waylon@waylonwalker.com>
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
"""
|
||||
from pyannotate_runtime import collect_types
|
||||
|
||||
from examples.models import Person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue