Fix pre commit

This commit is contained in:
Tao Chen
2026-04-20 18:39:56 -07:00
Unverified
parent 7aa40b16de
commit 93b03140c7
3 changed files with 11 additions and 10 deletions
@@ -33,7 +33,7 @@ _user_agent_prefixes: ContextVar[tuple[str, ...]] = ContextVar("_user_agent_pref
@contextmanager
def user_agent_prefix(prefix: str) -> Generator[None, None, None]:
def user_agent_prefix(prefix: str) -> Generator[None]:
"""Context manager that adds a prefix to the user agent string for the current scope.
This is useful for upstream layers that want to identify themselves in telemetry