Skip to content

Commit d2f1cc0

Browse files
lzchenherin049
andauthored
Update opentelemetry-api/src/opentelemetry/baggage/propagation/__init__.py
Co-authored-by: Lukas Hering <40302054+herin049@users.noreply.github.com>
1 parent 24dd624 commit d2f1cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opentelemetry-api/src/opentelemetry/baggage/propagation

opentelemetry-api/src/opentelemetry/baggage/propagation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _apply_baggage_limits(
3131
max_pairs: int,
3232
max_pair_length: int,
3333
max_header_length: int,
34-
) -> Generator[str, None, None]:
34+
) -> Iterator[str]:
3535
"""Apply W3C Baggage size limits to a sequence of baggage entries.
3636
3737
Yields entries that fit within the W3C specification limits.

0 commit comments

Comments
 (0)