From b10ff98763836a5fbc57ad8081584a3ab75b4bad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:52:19 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.