mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 17:22:38 +02:00
refactor: comment out unused blocknote converter imports in editor_routes.py
This commit is contained in:
parent
3fac196c35
commit
289b4de52d
1 changed files with 5 additions and 4 deletions
|
|
@ -11,10 +11,11 @@ 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,
|
||||
)
|
||||
|
||||
# from app.utils.blocknote_converter import (
|
||||
# convert_blocknote_to_markdown,
|
||||
# convert_markdown_to_blocknote,
|
||||
# )
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue