Skip to content

Commit

Permalink
Remove unnecessary import of itertools.reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Plaza Onate committed Mar 12, 2024
1 parent cd1147e commit 2448ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meteor/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

"""Run mapping and performs counting"""

from functools import reduce
import logging
import sys
import pysam
Expand Down

0 comments on commit 2448ffc

Please sign in to comment.