Skip to content

Commit 6971097

Browse files
committed
mpyp fix
1 parent e804323 commit 6971097

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
@@ -57,7 +57,8 @@ def _pred(obj) -> bool:
5757
HTTPLockedError,
5858
HTTPLoopDetectedError,
5959
):
60-
status_to_http_exception_map[cls.status_code] = cls
60+
61+
status_to_http_exception_map[cls.status_code] = cls # type:ignore
6162

6263
return status_to_http_exception_map
6364

0 commit comments

Comments
 (0)