Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJimmyNowak committed May 22, 2024
1 parent f55a040 commit bf9e69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/chunks/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from documents.models import Document
from pydantic import BaseModel
from itertools import batched
from typing import List


class ChunkData(BaseModel):
Expand Down

0 comments on commit bf9e69f

Please sign in to comment.