Skip to content

Commit b8187ef

Browse files
remove headers from get - seems to be an issue
1 parent e05a296 commit b8187ef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mp_api/client/core/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
from tqdm.auto import tqdm
4444
from urllib3.util.retry import Retry
4545

46-
from mp_api.client._server_utils import get_request_headers
4746
from mp_api.client.core.exceptions import (
4847
MPRestError,
4948
MPRestWarning,
@@ -1178,7 +1177,6 @@ def _submit_request_and_process(
11781177
verify=verify,
11791178
params=params,
11801179
timeout=timeout,
1181-
headers=get_request_headers() or self.headers,
11821180
)
11831181
except requests.exceptions.ConnectTimeout:
11841182
raise MPRestError(

0 commit comments

Comments
 (0)