Skip to content

Commit

Permalink
implementing review changes (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malikbadmus committed Jun 27, 2024
1 parent c3b4151 commit fac9f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ersilia/hub/delete/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def _delete(self, model_id, keep_latest=True):
ml = ModelCatalog()
try:
catalog = ml.bentoml()
self.logger.debug(catalog)
except:
self.logger.debug("No BentoML Catalog available")
catalog = None
Expand Down

0 comments on commit fac9f2d

Please sign in to comment.