Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
SLKhadeeja committed Nov 8, 2024
1 parent 5a1cb3b commit 518a4ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/python/book-search/search_actions.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import asyncio
from functools import partial

from ahnlich_client_py.clients import AhnlichAIClient
from ahnlich_client_py.internals import ai_query
from ahnlich_client_py.config import AhnlichPoolSettings
from functools import partial
from ahnlich_client_py.internals import ai_query

from book_search.split_book import get_book
import asyncio

ai_store_payload_with_predicates = {
"store_name": "book",
Expand Down

0 comments on commit 518a4ab

Please sign in to comment.