Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 5, 2024
1 parent 4d481f6 commit 38d2ebd
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 28 deletions.
7 changes: 0 additions & 7 deletions test/test_SPE.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
from __future__ import print_function, division
import IMP.test
import IMP
import IMP.atom
import IMP.rmf
import IMP.pmi
import IMP.pmi.tools
import IMP.pmi.topology
import os,sys,string,math
import IMP.optrep

class Tests(IMP.test.TestCase):
Expand Down
7 changes: 0 additions & 7 deletions test/test_bead_map_builder.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
from __future__ import print_function, division
import IMP.test
import IMP
import IMP.atom
import IMP.rmf
import IMP.pmi
import IMP.pmi.tools
import IMP.pmi.topology
import os,sys,string,math
import IMP.optrep.BeadMapBuilder

class Tests(IMP.test.TestCase):
Expand Down
1 change: 0 additions & 1 deletion test/test_good_scoring_model_selector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import RMF
import IMP.test
import shutil
import os
Expand Down
7 changes: 1 addition & 6 deletions test/test_parallel_SPE.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
from __future__ import print_function
import IMP.test
import IMP
import IMP.atom
import IMP.rmf
import IMP.pmi
import IMP.pmi.tools
import IMP.pmi.topology
import os,sys,string,math
import math
import IMP.optrep
import IMP.parallel
import parallel_tasks
Expand Down
7 changes: 0 additions & 7 deletions test/test_sampling_precision_estimator.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
from __future__ import print_function, division
import IMP.test
import IMP
import IMP.atom
import IMP.rmf
import IMP.pmi
import IMP.pmi.tools
import IMP.pmi.topology
import os,sys,string,math
import IMP.optrep.SamplingPrecisionEstimator

class Tests(IMP.test.TestCase):
Expand Down

0 comments on commit 38d2ebd

Please sign in to comment.