Skip to content

Commit fe42fee

Browse files
committed
Remove unused imports
1 parent 251301d commit fe42fee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

alldata/bblab_site/tools/isoforms_plot/isoforms_plot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
from csv import DictReader
21
from argparse import ArgumentParser
32
from genetracks import Figure, Track, Multitrack, Label
4-
from itertools import groupby
53
from operator import itemgetter
64
import drawsvg as draw
75
from collections import defaultdict
8-
from math import ceil
96

107

118
# Multiplier that helps estimating label widths. It is approximate and font-dependent.

0 commit comments

Comments
 (0)