Skip to content

Commit

Permalink
cleaned up some import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperSnoek committed Nov 30, 2013
1 parent ed2c212 commit 5a170dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spearmint/spearmint/chooser/CMAChooser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from cma import CMAEvolutionStrategy
import util
from spearmint import util
import Locker

def init(expt_dir, arg_string):
Expand Down
2 changes: 1 addition & 1 deletion spearmint/spearmint/chooser/GPConstrainedEIChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import gp
from spearmint import gp
import sys
from spearmint import util
import tempfile
Expand Down
2 changes: 1 addition & 1 deletion spearmint/spearmint/chooser/GPEIChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import gp
from spearmint import gp
import sys
from spearmint import util
import tempfile
Expand Down
2 changes: 1 addition & 1 deletion spearmint/spearmint/chooser/GPEIOptChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import gp
from spearmint import gp
import sys
from spearmint import util
import tempfile
Expand Down
2 changes: 1 addition & 1 deletion spearmint/spearmint/chooser/GPEIperSecChooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import gp
from spearmint import gp
import sys
from spearmint import util
import tempfile
Expand Down

0 comments on commit 5a170dd

Please sign in to comment.