Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant committed Aug 23, 2024
1 parent d7e02d7 commit 036ccc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/app/api/routes/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,6 @@ def get_project_figure(
raise HTTPException(501)


class FigurePost(BaseModel):
path: str
title: str
description: str


@router.post("/projects/{owner_name}/{project_name}/figures")
def post_project_figure(
owner_name: str,
Expand Down

0 comments on commit 036ccc6

Please sign in to comment.