Skip to content

Commit

Permalink
fix: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Nov 12, 2023
1 parent 681c8b7 commit e7d2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echr/steps/generate_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def run(console, build, title, doc_ids=None, articles=[], processed_folder='all'

keys_list = ["article", "documentcollectionid", "externalsources", "extractedappno", "kpthesaurus", "parties",
"scl", "representedby"]



feature_index = {k: i for i, k in enumerate(keys + keys_list)}
Expand Down

0 comments on commit e7d2f59

Please sign in to comment.