refactor: clean up imports and remove trailing whitespace in multiple files

This commit is contained in:
Abhimanyu Saharan
2026-02-08 00:51:57 +05:30
parent da1559fc98
commit e8600420b2
4 changed files with 6 additions and 4 deletions

View File

@@ -71,4 +71,3 @@ async def get_markdown(
except Exception as exc:
raise HTTPException(status_code=status.HTTP_502_BAD_GATEWAY, detail=str(exc)) from exc
return SoulsDirectoryMarkdownResponse(handle=safe_handle, slug=safe_slug, content=content)