Skip to content

Commit f92112a

Browse files
committed
fix: code cleanup
1 parent 5e53207 commit f92112a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

surfsense_backend/app/tasks/celery_tasks/blocknote_migration_tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Celery tasks for populating blocknote_document for existing documents."""
22

33
import logging
4-
from typing import Any
54

65
from sqlalchemy import select
76
from sqlalchemy.ext.asyncio import async_sessionmaker, create_async_engine
@@ -10,7 +9,7 @@
109

1110
from app.celery_app import celery_app
1211
from app.config import config
13-
from app.db import Chunk, Document
12+
from app.db import Document
1413
from app.utils.blocknote_converter import convert_markdown_to_blocknote
1514

1615
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)