minor cleanup

This commit is contained in:
2025-02-12 09:45:55 -05:00
parent 09dd9db970
commit ee8407a7e7
2 changed files with 14 additions and 14 deletions

View File

@ -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