Skip to content

Commit d16fc3b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6d8ed35 commit d16fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def random_persons(
2626
title="Get a random list of people.",
2727
ge=1,
2828
le=50,
29-
)
29+
),
3030
) -> List[Person]:
3131
"""
3232
Get a random list of persons.

0 commit comments

Comments
 (0)