Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abadcac

Browse files
author
Alex Boten
committed
fix mypy
Signed-off-by: Alex Boten <[email protected]>
1 parent 34c5990 commit abadcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/context/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _load_runtime_context(func: _F) -> _F:
3333
"""Initializes the global RuntimeContext
3434
"""
3535

36-
@wraps(func)
36+
@wraps(func) # type: ignore
3737
def wrapper(
3838
*args: typing.Tuple[typing.Any, typing.Any],
3939
**kwargs: typing.Dict[typing.Any, typing.Any]

0 commit comments

Comments
 (0)