diff --git a/py/redrock/templates.py b/py/redrock/templates.py index 1babbf2..cc6d855 100644 --- a/py/redrock/templates.py +++ b/py/redrock/templates.py @@ -22,8 +22,6 @@ from .rebin import rebin_template, trapz_rebin from .zscan import spectral_data -from desispec.coaddition import coadd_cameras - valid_template_methods = ('PCA', 'NMF') class Template(object):