Skip to content

Commit 8965518

Browse files
committed
fix: module
1 parent c75fb19 commit 8965518

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/meta_ai_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.2.4"
1+
__version__ = "1.2.5"
22
from .main import MetaAI # noqa

src/meta_ai_api/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
format_response,
1515
)
1616

17-
from meta_ai_api.utils import get_fb_session
17+
from meta_ai_api.utils import get_fb_session, get_session
1818

1919
from meta_ai_api.exceptions import FacebookRegionBlocked
2020

21-
from src.meta_ai_api.utils import get_session
22-
2321
MAX_RETRIES = 3
2422

2523

0 commit comments

Comments
 (0)