Skip to content

Commit

Permalink
Merge pull request #2068 from kpopdev/patch-4
Browse files Browse the repository at this point in the history
fix ModuleNotFoundError: No module named 'exceptions'
  • Loading branch information
subzeroid authored Nov 26, 2024
2 parents 10d911f + 42eeca7 commit 91dee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import string
import time
import urllib
from exceptions import ValidationError
from .exceptions import ValidationError


class InstagramIdCodec:
Expand Down

0 comments on commit 91dee6b

Please sign in to comment.