diff --git a/sde_collections/models/delta_patterns.py b/sde_collections/models/delta_patterns.py index ae3e92ea..c0c3123b 100644 --- a/sde_collections/models/delta_patterns.py +++ b/sde_collections/models/delta_patterns.py @@ -63,7 +63,7 @@ def is_most_distinctive_pattern(self, url) -> bool: .filter(models.Q(delta_urls__url=url.url) | models.Q(curated_urls__url=url.url)) .exclude(id=self.id) .distinct() - ) + ) # TODO: does this have a distinct urls, or distinct model objects. # If any matching pattern has a smaller URL set, don't apply for pattern in matching_patterns: