Skip to content

Commit 12ff7cc

Browse files
committed
clean
1 parent 6033d21 commit 12ff7cc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/aws-library/src/aws_library/ec2/_error_handler.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,8 @@ def ec2_exception_handler(
5959
[Callable[Concatenate[Self, P], Coroutine[Any, Any, R]]],
6060
Callable[Concatenate[Self, P], Coroutine[Any, Any, R]],
6161
]:
62-
"""
63-
Raises:
64-
SSMAccessError:
65-
"""
66-
6762
def decorator(
68-
func: Callable[Concatenate[Self, P], Coroutine[Any, Any, R]]
63+
func: Callable[Concatenate[Self, P], Coroutine[Any, Any, R]],
6964
) -> Callable[Concatenate[Self, P], Coroutine[Any, Any, R]]:
7065
@functools.wraps(func)
7166
async def wrapper(self: Self, *args: P.args, **kwargs: P.kwargs) -> R:

0 commit comments

Comments
 (0)