We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05a296 commit b8187efCopy full SHA for b8187ef
1 file changed
mp_api/client/core/client.py
@@ -43,7 +43,6 @@
43
from tqdm.auto import tqdm
44
from urllib3.util.retry import Retry
45
46
-from mp_api.client._server_utils import get_request_headers
47
from mp_api.client.core.exceptions import (
48
MPRestError,
49
MPRestWarning,
@@ -1178,7 +1177,6 @@ def _submit_request_and_process(
1178
1177
verify=verify,
1179
params=params,
1180
timeout=timeout,
1181
- headers=get_request_headers() or self.headers,
1182
)
1183
except requests.exceptions.ConnectTimeout:
1184
raise MPRestError(
0 commit comments