Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 29, 2024
1 parent f527f90 commit e3375c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion api/query.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from fastapi import APIRouter
from dataclasses import asdict

from models.query import RequestPayload, ResponseData, ResponsePayload
from service.router import query as _query
Expand Down
1 change: 1 addition & 0 deletions service/code_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from decouple import config
from e2b import Sandbox
from openai import AsyncOpenAI

from models.file import File, FileType

logging.getLogger("e2b").setLevel(logging.INFO)
Expand Down

0 comments on commit e3375c4

Please sign in to comment.