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 a680221 commit 66cd311Copy full SHA for 66cd311
src/simplejustwatchpythonapi/justwatch.py
@@ -1,6 +1,6 @@
1
from httpx import post
2
3
-from simplejustwatchpythonapi.parser import parse_search_response, MediaEntry
+from simplejustwatchpythonapi.parser import MediaEntry, parse_search_response
4
from simplejustwatchpythonapi.requests import prepare_search_request
5
6
_GRAPHQL_API_URL = "https://apis.justwatch.com/graphql"
0 commit comments