clean TODO comment//already done
This commit is contained in:
@ -15,11 +15,6 @@ from fastapi import (FastAPI, BackgroundTasks, Request,
|
||||
Response, HTTPException)
|
||||
from fastapi.responses import RedirectResponse, JSONResponse
|
||||
|
||||
"""
|
||||
TODO:
|
||||
- Radio request typeahead
|
||||
"""
|
||||
|
||||
class Radio(FastAPI):
|
||||
"""Radio Endpoints"""
|
||||
def __init__(self, app: FastAPI,
|
||||
|
Reference in New Issue
Block a user