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"]`