Commit e38a8792 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Delete not used variable

parent 411147f7
...@@ -52,7 +52,7 @@ class ExaPipeline(object): ...@@ -52,7 +52,7 @@ class ExaPipeline(object):
text = article.text text = article.text
tags = self.get_tags(text) tags = self.get_tags(text)
news = self.insert_news(item, tags, text) news = self.insert_news(item, tags, text)
ml = self.update_ml_data(news, item['tags']) self.update_ml_data(news, item['tags'])
return item return item
def insert_news(self, item, tags, text): def insert_news(self, item, tags, text):
......
Markdown is supported
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