Skip to content

Commit 66cd311

Browse files
Fix imports sorting
1 parent a680221 commit 66cd311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejustwatchpythonapi/justwatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from httpx import post
22

3-
from simplejustwatchpythonapi.parser import parse_search_response, MediaEntry
3+
from simplejustwatchpythonapi.parser import MediaEntry, parse_search_response
44
from simplejustwatchpythonapi.requests import prepare_search_request
55

66
_GRAPHQL_API_URL = "https://apis.justwatch.com/graphql"

0 commit comments

Comments
 (0)