Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 14, 2024
1 parent 134f418 commit 601958e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twitter-langchain/twitter_langchain/twitter_api_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def validate_environment(cls, values: dict) -> Any:

def run_action(self, func: Callable[..., str], **kwargs) -> str:
"""Run a Twitter Action."""

import tweepy

func_signature = inspect.signature(func)
Expand Down

0 comments on commit 601958e

Please sign in to comment.