diff --git a/dlt/sources/helpers/rest_client/client.py b/dlt/sources/helpers/rest_client/client.py index 027afc7cbb..1c3e4d97b6 100644 --- a/dlt/sources/helpers/rest_client/client.py +++ b/dlt/sources/helpers/rest_client/client.py @@ -12,11 +12,11 @@ from urllib.parse import urlparse from requests import Session as BaseSession # noqa: I251 +from requests import Response, Request from dlt.common import logger from dlt.common import jsonpath from dlt.sources.helpers.requests.retry import Client -from dlt.sources.helpers.requests import Response, Request from .typing import HTTPMethodBasic, HTTPMethod, Hooks from .paginators import BasePaginator