Skip to content

Commit

Permalink
remove version_default verification line, as it will always be a boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder committed Nov 4, 2021
1 parent 49d5213 commit a8382a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bothub/common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ def get_migration_types(cls):
return TYPES

def current_entities(self, queryset=None, version_default=True):
version_default = version_default or True
return self.entities.filter(
value__in=self.repository.examples(
queryset=queryset, version_default=version_default
Expand Down

0 comments on commit a8382a9

Please sign in to comment.