Skip to content

Commit 3ec3927

Browse files
committed
fix: resolve model import issue
1 parent 73d7a30 commit 3ec3927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_simplify/http_utils/http_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from aiohttp import ClientSession, ClientTimeout, ContentTypeError
88
from aiohttp.hdrs import METH_HEAD, METH_GET, METH_OPTIONS, METH_POST, METH_PUT, METH_PATCH, METH_DELETE
99

10-
from models.base import BaseResponse
11-
from models.errors import RequestTimeoutError, InternalError, Error
10+
from code_simplify.models.base import BaseResponse
11+
from code_simplify.models.errors import RequestTimeoutError, InternalError, Error
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)