Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 5, 2024
1 parent 6f2aae7 commit 630570a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/test_good_scoring_model_selector.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
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 shutil
import os,sys,string,math
import os
import IMP.optrep.GoodScoringModelSelector


Expand Down

0 comments on commit 630570a

Please sign in to comment.