Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendong-Fan committed Mar 5, 2025
1 parent 492f770 commit 8cd2ebe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions camel/toolkits/ask_news_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ def __init__(self, timeout: Optional[float] = None):
"""
super().__init__(timeout=timeout)

from asknews_sdk import (
AskNewsSDK, # type: ignore[import-not-found]
)
from asknews_sdk import AskNewsSDK # type: ignore[import-not-found]

client_id = os.environ.get("ASKNEWS_CLIENT_ID")
client_secret = os.environ.get("ASKNEWS_CLIENT_SECRET")
Expand Down

0 comments on commit 8cd2ebe

Please sign in to comment.