Skip to content

Commit ab82df8

Browse files
committed
mypy
1 parent c84cad9 commit ab82df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
from . import status
1717

18+
assert issubclass(HTTPError, HTTPException) # nsoec
19+
1820
# NOTE: these are the status codes that DO NOT have an aiohttp.HTTPException associated
1921
STATUS_CODES_WITHOUT_AIOHTTP_EXCEPTION_CLASS = (
2022
status.HTTP_100_CONTINUE,

0 commit comments

Comments
 (0)