fixed: cleaned up code and added import in init

This commit is contained in:
Anish Sarkar 2025-11-30 04:25:27 +05:30
parent e419702ebd
commit 4e6b4cc57d
3 changed files with 4 additions and 9 deletions

View file

@ -12,11 +12,6 @@ from sqlalchemy.ext.asyncio import AsyncSession
from app.db import Document, SearchSpace, User, get_async_session
from app.users import current_active_user
# from app.utils.blocknote_converter import (
# convert_blocknote_to_markdown,
# convert_markdown_to_blocknote,
# )
router = APIRouter()