diff --git a/whylabs_toolkit/helpers/monitor_helpers.py b/whylabs_toolkit/helpers/monitor_helpers.py index 0e5b18f..e2e2a76 100644 --- a/whylabs_toolkit/helpers/monitor_helpers.py +++ b/whylabs_toolkit/helpers/monitor_helpers.py @@ -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 \ No newline at end of file + raise e