Skip to content

Commit

Permalink
Fix: Imports are incorrectly sorted (isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Jan 7, 2021
1 parent 8a0974b commit 7d345e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion instagrapi/mixins/photo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
PhotoConfigureStoryError, PhotoNotUpload)
from instagrapi.extractors import extract_media_v1
from instagrapi.types import (Location, Media, Story, StoryHashtag, StoryLink,
StoryLocation, StoryMention, StorySticker, Usertag)
StoryLocation, StoryMention, StorySticker,
Usertag)
from instagrapi.utils import dumps

try:
Expand Down
3 changes: 2 additions & 1 deletion instagrapi/mixins/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
VideoNotUpload)
from instagrapi.extractors import extract_media_v1
from instagrapi.types import (Location, Media, Story, StoryHashtag, StoryLink,
StoryLocation, StoryMention, StorySticker, Usertag)
StoryLocation, StoryMention, StorySticker,
Usertag)
from instagrapi.utils import dumps


Expand Down

0 comments on commit 7d345e6

Please sign in to comment.