Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Strvm committed Apr 19, 2024
1 parent dd10660 commit f830c2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added src/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion src/meta_ai_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.9"
__version__ = "1.0.11"
from .main import MetaAI # noqa
2 changes: 1 addition & 1 deletion src/meta_ai_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import requests
from requests_html import HTMLSession

from src.meta_ai_api.utils import (
from meta_ai_api.utils import (
generate_offline_threading_id,
extract_value,
format_response,
Expand Down

0 comments on commit f830c2a

Please sign in to comment.