Skip to content

Commit

Permalink
ClusterList.lookup_metadata must not be a property
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Jun 22, 2024
1 parent d584d31 commit 9325919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picard/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def can_autotag(self):
def can_browser_lookup(self):
return False

@property
def lookup_metadata(self):
for cluster in self:
cluster.lookup_metadata()
Expand Down

0 comments on commit 9325919

Please sign in to comment.