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>
This commit is contained in: