Skip to content

Commit 3fad92a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 98dc4ab commit 3fad92a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,8 @@ async def _await_result(self, result, func_name):
549549
return await result
550550
warnings.warn(
551551
_AWAITABLE_MESSAGE.format(func_name=func_name, target=getattr(self, func_name)),
552-
PendingDeprecationWarning, stacklevel=2,
552+
PendingDeprecationWarning,
553+
stacklevel=2,
553554
)
554555
return result
555556

0 commit comments

Comments
 (0)