Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi authored Feb 5, 2024
1 parent db04023 commit 3112e73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pephub/routers/api/v1/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,6 @@ async def update_a_pep(
# status_code=400,
# detail=f"Invalid update key: {k}",
# )
# # add params to new_raw_project if update_dict is not empty
# if len(update_dict) > 0:
# for k, v in update_dict.items():
# new_raw_project["_config"][k] = v
agent.project.update(
dict(project=Project().from_dict(new_raw_project), **update_dict),
namespace,
Expand Down

0 comments on commit 3112e73

Please sign in to comment.