[python-dtcwt] 420/497: opencl: remove unused imports from transform2d
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit f5ff40ff35ee8b682a1112532144b40efaa1258c
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Thu Mar 20 15:37:57 2014 +0000
opencl: remove unused imports from transform2d
---
dtcwt/opencl/transform2d.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/dtcwt/opencl/transform2d.py b/dtcwt/opencl/transform2d.py
index dcb20b3..09d7e04 100644
--- a/dtcwt/opencl/transform2d.py
+++ b/dtcwt/opencl/transform2d.py
@@ -7,7 +7,6 @@ from six.moves import xrange
from dtcwt.coeffs import biort as _biort, qshift as _qshift
from dtcwt.defaults import DEFAULT_BIORT, DEFAULT_QSHIFT
from dtcwt.utils import appropriate_complex_type_for, asfarray, memoize
-from dtcwt.opencl.lowlevel import colfilter, coldfilt, colifilt
from dtcwt.opencl.lowlevel import axis_convolve, axis_convolve_dfilter, q2c
from dtcwt.opencl.lowlevel import to_device, to_queue, to_array, empty
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list