diff --git a/packages/opal-client/opal_client/data/updater.py b/packages/opal-client/opal_client/data/updater.py index c2048390..d4adb5fc 100644 --- a/packages/opal-client/opal_client/data/updater.py +++ b/packages/opal-client/opal_client/data/updater.py @@ -195,7 +195,6 @@ async def trigger_data_update(self, update: DataUpdate): provided, generate one for tracking/logging. Note: - Line 172 explanation: We spin off the data update in the background so that multiple updates can run concurrently. Internally, the `_update_policy_data` method uses a hierarchical lock to avoid race conditions when multiple updates try