Skip to content

Commit

Permalink
#249 realated
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 28, 2022
1 parent 745d663 commit ff6703b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arekit/common/experiment/api/ops_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ def iter_doc_ids(self, data_type):
for doc_id in data_types_splits[data_type]:
yield doc_id

def iter_parsed_docs(self, doc_ids):
for doc_id in doc_ids:
yield self.__parse_doc(doc_id=doc_id)

def parse_doc(self, doc_id):
return self.__parse_doc(doc_id=doc_id)

Expand Down

0 comments on commit ff6703b

Please sign in to comment.