Skip to content

Commit

Permalink
fix No module named 'instagrapi'
Browse files Browse the repository at this point in the history
  • Loading branch information
subzeroid committed Mar 3, 2024
1 parent b5ae187 commit a660f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiograpi/mixins/note.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List

from instagrapi.types import Note
from aiograpi.types import Note


class NoteMixin:
Expand Down

0 comments on commit a660f37

Please sign in to comment.