diff --git a/backend/moonstreamapi/routes/streams.py b/backend/moonstreamapi/routes/streams.py index 9dc3dcb8..35bb9b7c 100644 --- a/backend/moonstreamapi/routes/streams.py +++ b/backend/moonstreamapi/routes/streams.py @@ -132,7 +132,9 @@ async def stream_handler( @router.get("/latest", tags=["streams"]) async def latest_events_handler( - request: Request, q=Query(""), db_session: Session = Depends(db.yield_db_read_only_session) + request: Request, + q=Query(""), + db_session: Session = Depends(db.yield_db_read_only_session), ) -> List[data.Event]: """ Gets the latest events in the client's stream subject to the constraints defined by the following query