Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 19, 2024
1 parent 972787d commit fca03bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

from models.document import BaseDocumentChunk
from models.query import RequestPayload
from service.code_interpreter import CodeInterpreterService

# from service.code_interpreter import CodeInterpreterService
from service.embedding import get_encoder
from utils.logger import logger
from utils.summarise import SUMMARY_SUFFIX
Expand Down

0 comments on commit fca03bb

Please sign in to comment.