Skip to content

Commit 1229fa3

Browse files
committed
pylint
1 parent e7c97de commit 1229fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/fastapi/requests_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def wrapper(request: Request, *args, **kwargs):
9595
) from eg
9696

9797
except* Exception as eg:
98-
raise eg.exceptions[0]
98+
raise eg.exceptions[0] # pylint: disable=no-member
9999

100100
return wrapper
101101

0 commit comments

Comments
 (0)