We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f337a commit 8af7860Copy full SHA for 8af7860
mp_api/client/core/client.py
@@ -17,7 +17,7 @@
17
from json import JSONDecodeError
18
from math import ceil
19
from typing import TYPE_CHECKING, ForwardRef, Optional, get_args
20
-from urllib.parse import quote, urljoin
+from urllib.parse import urljoin
21
22
import requests
23
from emmet.core.utils import jsanitize
0 commit comments