Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opentelemetry-processor-baggage: silence ruff warning
Ruff warns about the following which given the implementation seems safe to ignore: E731 Do not assign a `lambda` expression, use a `def` | 25 | # A BaggageKeyPredicate that always returns True, allowing all baggage keys to be added to spans 26 | ALLOW_ALL_BAGGAGE_KEYS: BaggageKeyPredicateT = lambda _: True | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E731 | = help: Rewrite `ALLOW_ALL_BAGGAGE_KEYS` as a `def`
- Loading branch information