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