diff --git a/main.py b/main.py index 2572fc7..8ae2f77 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ async def random_persons( title="Get a random list of people.", ge=1, le=50, - ) + ), ) -> List[Person]: """ Get a random list of persons.