Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update opentelemetry-api/src/opentelemetry/distributedcontext/__init_…
Browse files Browse the repository at this point in the history
…_.py

Co-Authored-By: Christian Neumüller <christian+github@neumueller.me>
a-feld and Oberon00 authored Aug 27, 2019
1 parent 634e7db commit 289066c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
from contextlib import contextmanager
import typing

PRINTABLE = set(chr(num) for num in range(32, 127))
PRINTABLE = frozenset(chr(num) for num in range(32, 127))


class EntryMetadata:

0 comments on commit 289066c

Please sign in to comment.