Skip to content

Commit 8af7860

Browse files
committed
lint
1 parent 67f337a commit 8af7860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp_api/client/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from json import JSONDecodeError
1818
from math import ceil
1919
from typing import TYPE_CHECKING, ForwardRef, Optional, get_args
20-
from urllib.parse import quote, urljoin
20+
from urllib.parse import urljoin
2121

2222
import requests
2323
from emmet.core.utils import jsanitize

0 commit comments

Comments
 (0)