minor cleanup
This commit is contained in:
@ -26,7 +26,6 @@ class Transcriptions(FastAPI):
|
||||
|
||||
async def get_episodes_handler(self, data: ValidShowEpisodeListRequest) -> dict:
|
||||
"""Get list of episodes by show id"""
|
||||
|
||||
show_id: int = data.s
|
||||
db_path: Optional[str|LiteralString] = None
|
||||
db_query: Optional[str] = None
|
||||
|
Reference in New Issue
Block a user