Commit 8b48d119 authored by Aziz Berkay Yesilyurt's avatar Aziz Berkay Yesilyurt
Browse files

remove unused variable

1 merge request!63remove unused variable
Pipeline #13881 passed with stage
in 1 minute and 14 seconds
Showing with 0 additions and 3 deletions
+0 -3
......@@ -413,13 +413,11 @@ class TwitterPlugin(PluginBase):
def import_conversation(
self,
tweet_item_id: str,
conversation_id: Optional[str] = None,
num_pages: int = 1,
) -> str:
"""Imports a conversation for the tweet item id."""
self.import_conversation_by_id(
tweet_item_id=tweet_item_id,
conversation_id=conversation_id,
num_pages=num_pages,
)
return "OK"
......@@ -464,7 +462,6 @@ class TwitterPlugin(PluginBase):
def import_conversation_by_id(
self,
*,
# conversation_id: Optional[str] = None,
tweet_item_id: str,
num_pages: int = 1,
):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment