Skip to content

Commit

Permalink
Remove unused local variable
Browse files Browse the repository at this point in the history
Resolves issue during `make pep8`:

F842 local variable 'cs' is annotated but never used
  • Loading branch information
dsotirho-ucsc committed Aug 27, 2024
1 parent e4201c4 commit e1c5d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/azul/plugins/metadata/hca/indexer/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class HCAAggregate(Aggregate):

@cached_property
def cell_count(self) -> int:
cs: JSON
return sum(cs['total_estimated_cells']
for cs in self.contents['cell_suspensions']
if cs['total_estimated_cells'] is not None)
Expand Down

0 comments on commit e1c5d61

Please sign in to comment.