We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43c8ea commit f62a6b2Copy full SHA for f62a6b2
drafttopic/utilities/balance_sample.py
@@ -72,7 +72,7 @@ def group_labeled_obs(observations, lang_code):
72
for ob in observations:
73
if lang_code in ob['sitelinks']:
74
labeled_ob = {
75
- 'title' : ob['sitelinks'][lang_code]}
+ 'title': ob['sitelinks'][lang_code]}
76
elif lang_code == 'wikidata':
77
78
'title': ob['qid']}
0 commit comments