This commit is contained in:
Waylon Walker 2023-04-28 08:21:08 -05:00
parent 22b7eaf593
commit d5916db01d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
3 changed files with 5 additions and 21 deletions

View file

@ -5,7 +5,7 @@ from pydantic_typer import expand_pydantic_args
@expand_pydantic_args()
def get_person(person: Person, thing: str = None) -> Person:
"""mydocstring"""
"""Mydocstring."""
from rich import print
print(str(thing))