Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
plugins
twitter-v2
Commits
8b48d119
Commit
8b48d119
authored
2 years ago
by
Aziz Berkay Yesilyurt
Browse files
Options
Download
Email Patches
Plain Diff
remove unused variable
parent
d1b9a636
aziz/update_makefile
1 merge request
!63
remove unused variable
Pipeline
#13881
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
twitter_v2/plugin.py
+0
-3
twitter_v2/plugin.py
with
0 additions
and
3 deletions
+0
-3
twitter_v2/plugin.py
+
0
-
3
View file @
8b48d119
...
...
@@ -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
,
):
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets