Skip to content

Commit

Permalink
Remove unused exception var
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed Jul 10, 2024
1 parent 074b2a4 commit e4fadb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang_qc/endpoints/pacbio_well.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def get_product_metrics(
mlwh_well = _find_well_product_or_error(id_product, mlwhdb_session)
try:
metrics = QCPoolMetrics(db_well=mlwh_well)
except MissingLimsDataError as err:
except MissingLimsDataError:
return

return metrics
Expand Down

0 comments on commit e4fadb8

Please sign in to comment.