From fa9b037d5a2a67f9115a1bddf0f98ba9020cefd6 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:24:51 +0000 Subject: [PATCH] fix(tests): resolve ruff import sorting issue in benchmark test The previous commit introduced a benchmark test with unsorted imports inside the test method, which caused the Ruff Lint & Format CI check to fail with `I001 [*] Import block is un-sorted or un-formatted`. This commit runs `ruff format` and `ruff check --fix` on `tests/test_notifications_api.py` to fix the issue. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>