Skip to content

Commit bbe1226

Browse files
committed
ensure cancel_wait_task properly re-raise
1 parent 9b1c074 commit bbe1226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/common-library/src/common_library/async_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
from inspect import isawaitable
99
from typing import Any, ParamSpec, TypeVar, overload
1010

11+
from servicelib.logging_utils import log_context
12+
1113
_logger = logging.getLogger(__name__)
1214

1315
R = TypeVar("R")

0 commit comments

Comments
 (0)