Skip to content

Commit 2272370

Browse files
committed
minor
1 parent 6971097 commit 2272370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-library/src/servicelib/aiohttp/web_exceptions_extension.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class HTTPLockedError(HTTPClientError):
3131
status_code = status.HTTP_423_LOCKED
3232

3333

34-
class HTTPLoopDetectedError(HTTPServerError): # pylint: disable=too-many-ancestors
34+
class HTTPLoopDetectedError(HTTPServerError):
35+
# pylint: disable=too-many-ancestors
3536
status_code = status.HTTP_508_LOOP_DETECTED
3637

3738

0 commit comments

Comments
 (0)