From 909b6a8c31bcdd8588e63413025a52e2eda8a3ce Mon Sep 17 00:00:00 2001 From: Timur Enikeev Date: Thu, 7 Nov 2024 12:38:53 -0500 Subject: [PATCH] Style fix --- rating_api/routes/lecturer.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rating_api/routes/lecturer.py b/rating_api/routes/lecturer.py index 2462a24..1a7cd47 100644 --- a/rating_api/routes/lecturer.py +++ b/rating_api/routes/lecturer.py @@ -34,10 +34,7 @@ async def create_lecturer( @lecturer.get("/{id}", response_model=LecturerGet) -async def get_lecturer( - id: int, - info: list[Literal["comments", "mark"]] = Query(default=[]) -) -> LecturerGet: +async def get_lecturer(id: int, info: list[Literal["comments", "mark"]] = Query(default=[])) -> LecturerGet: """ Scopes: `["rating.lecturer.read"]`