Skip to content

Commit

Permalink
reformatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Jul 23, 2024
1 parent d143d5c commit 112a7ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pephub/routers/api/v1/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,4 +1138,3 @@ def delete_full_history(
status_code=400,
detail="Could not delete history. Server error.",
)

1 change: 0 additions & 1 deletion pephub/routers/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,3 @@ class SamplesResponseModel(BaseModel):

class ConfigResponseModel(BaseModel):
config: str

0 comments on commit 112a7ac

Please sign in to comment.