summaryrefslogtreecommitdiff
path: root/src/silx/opencl/test/test_convolution.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/opencl/test/test_convolution.py')
-rw-r--r--src/silx/opencl/test/test_convolution.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/opencl/test/test_convolution.py b/src/silx/opencl/test/test_convolution.py
index 6a2759d..e38a36a 100644
--- a/src/silx/opencl/test/test_convolution.py
+++ b/src/silx/opencl/test/test_convolution.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2019 European Synchrotron Radiation Facility
@@ -28,8 +27,6 @@
Test of the Convolution class.
"""
-from __future__ import division, print_function
-
__authors__ = ["Pierre Paleo"]
__contact__ = "pierre.paleo@esrf.fr"
__license__ = "MIT"