From 7e48cc6c9a2c32fe79e3136d8648a67c78bdd82f Mon Sep 17 00:00:00 2001 From: Eric Jeschke Date: Wed, 8 Jan 2020 09:27:33 -1000 Subject: [PATCH] Quiet flake8 warning --- ginga/rv/plugins/Reproject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginga/rv/plugins/Reproject.py b/ginga/rv/plugins/Reproject.py index 666da0308..b539a08d2 100644 --- a/ginga/rv/plugins/Reproject.py +++ b/ginga/rv/plugins/Reproject.py @@ -26,7 +26,7 @@ The parameters for the reprojection can be set in the GUI controls. """ import os.path -import numpy as np +#import numpy as np #np.set_printoptions(threshold=np.inf) from astropy.io import fits import reproject