Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
katjabercic committed Dec 1, 2023
1 parent 4c653cb commit 3356a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/slurper/source_wikidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def get_items(self):
raw_item_wp_en = raw_item.switch_source_to(Item.Source.WIKIPEDIA_EN)
if not raw_item_wp_en.item_exists():
yield raw_item_wp_en.to_item()


def save_items(self):
for item in self.get_items():
Expand Down

0 comments on commit 3356a3e

Please sign in to comment.