Skip to content

Commit

Permalink
[fix] Distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Nov 21, 2019
1 parent b4712c4 commit 97eca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def examples(self):

else:
examples = examples.exclude(deleted_in__isnull=False)
return examples
return examples.distinct()

@property
def requirements_to_train(self):
Expand Down

0 comments on commit 97eca36

Please sign in to comment.