From 5c28fd4d5ede012e282a497231fe3ed8a1d04202 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Mon, 24 Mar 2014 11:32:41 +0000 Subject: [PATCH] deleted unused imports --- GPy/models/gp_classification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/models/gp_classification.py b/GPy/models/gp_classification.py index 339dd2dd..2a4193ab 100644 --- a/GPy/models/gp_classification.py +++ b/GPy/models/gp_classification.py @@ -2,7 +2,6 @@ # Copyright (c) 2013, the GPy Authors (see AUTHORS.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt) -import numpy as np from ..core import GP from .. import likelihoods from .. import kern