Skip to content

Commit 5664365

Browse files
Remove unused imports
1 parent 49d54ec commit 5664365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reveal/transform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
import math
88
import argparse
99
import logging
10-
import numpy as np
1110
import intervaltree
1211
import sortedcontainers
1312
import time
14-
import matplotlib
1513

1614
def plot(plt,anchors,sep,wait=True,nc='r',rc='g',color=None,edges=False,lines=False,alpha=1,args=None):
1715

0 commit comments

Comments
 (0)