There was an error while loading. Please reload this page.
1 parent 9021148 commit 7774922Copy full SHA for 7774922
processor/opentelemetry-processor-baggage/src/opentelemetry/processor/baggage/processor.py
@@ -23,7 +23,7 @@
23
BaggageKeyPredicateT = Callable[[str], bool]
24
25
# A BaggageKeyPredicate that always returns True, allowing all baggage keys to be added to spans
26
-ALLOW_ALL_BAGGAGE_KEYS: BaggageKeyPredicateT = lambda _: True
+ALLOW_ALL_BAGGAGE_KEYS: BaggageKeyPredicateT = lambda _: True # noqa: E731
27
28
29
class BaggageSpanProcessor(SpanProcessor):
0 commit comments