We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab82df8 commit 39243afCopy full SHA for 39243af
packages/service-library/tests/aiohttp/test_status_utils.py
@@ -1,10 +1,10 @@
1
from http import HTTPStatus
2
3
import pytest
4
-from fastapi import HTTPException
5
from servicelib.aiohttp import status
6
from servicelib.aiohttp.web_exceptions_extension import (
7
STATUS_CODES_WITHOUT_AIOHTTP_EXCEPTION_CLASS,
+ HTTPException,
8
get_all_aiohttp_http_exceptions,
9
)
10
from servicelib.status_codes_utils import (
0 commit comments