"""Synthetic cleanup module for the v2 audit integration tests.""" from __future__ import annotations from typing import Any Metadata = dict[str, Any] def do_nothing(metadata: Metadata) -> None: role = metadata["role"] _ = role