Skip to content

Commit

Permalink
Cleanup - remove unused import(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Nov 28, 2023
1 parent 1132b91 commit 6ce79ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions agenta-cli/agenta/sdk/agenta_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
import agenta
from fastapi import Body, FastAPI, UploadFile
from fastapi.middleware.cors import CORSMiddleware
from fastapi.openapi.models import Server
from fastapi.responses import JSONResponse

from .context import get_contexts, save_context
from .context import save_context
from .router import router as router
from .types import (
Context,
Expand Down
2 changes: 1 addition & 1 deletion agenta-cli/agenta/sdk/types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from typing import Any, Dict, List

from pydantic import BaseModel, Extra, HttpUrl
from pydantic import BaseModel, Extra


class InFile:
Expand Down

0 comments on commit 6ce79ca

Please sign in to comment.