Skip to content

Commit 39243af

Browse files
committed
pylint and bad import
1 parent ab82df8 commit 39243af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/aiohttp/test_status_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from http import HTTPStatus
22

33
import pytest
4-
from fastapi import HTTPException
54
from servicelib.aiohttp import status
65
from servicelib.aiohttp.web_exceptions_extension import (
76
STATUS_CODES_WITHOUT_AIOHTTP_EXCEPTION_CLASS,
7+
HTTPException,
88
get_all_aiohttp_http_exceptions,
99
)
1010
from servicelib.status_codes_utils import (

0 commit comments

Comments
 (0)