File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
opentelemetry-api/src/opentelemetry/context Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ from __future__ import annotations
16
+
15
17
import logging
16
18
import typing
17
19
from contextvars import Token
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ from __future__ import annotations
16
+
15
17
import typing
16
18
from abc import ABC , abstractmethod
17
19
from contextvars import Token
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+
15
+ from __future__ import annotations
16
+
14
17
from contextvars import ContextVar , Token
15
18
16
19
from opentelemetry .context .context import Context , _RuntimeContext
You can’t perform that action at this time.
0 commit comments