Skip to content

Commit

Permalink
Removed breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kanesoban committed Dec 18, 2024
1 parent 9bd16b9 commit d7175ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swarm_copy/tools/bluenaas_memodel_getall.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async def arun(self) -> dict[str, Any]:
},
headers={"Authorization": f"Bearer {self.metadata.token}"},
)
breakpoint()
return PaginatedResponseUnionMEModelResponseSynaptomeModelResponse(
**response.json()
).model_dump()

0 comments on commit d7175ae

Please sign in to comment.