Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Dec 4, 2024
1 parent 61374d7 commit 7d2d98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whylabs_toolkit/helpers/monitor_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def list_monitors(org_id: Optional[str], dataset_id: Optional[str], config: Conf
raise e
except Exception as e:
logger.error(f"Error listing monitors for {dataset_id}: {e}")
raise e
raise e

0 comments on commit 7d2d98b

Please sign in to comment.