summaryrefslogtreecommitdiff
path: root/src/silx/opencl/linalg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/opencl/linalg.py')
-rw-r--r--src/silx/opencl/linalg.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/opencl/linalg.py b/src/silx/opencl/linalg.py
index a64122a..77d826b 100644
--- a/src/silx/opencl/linalg.py
+++ b/src/silx/opencl/linalg.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# coding: utf-8
# /*##########################################################################
#
# Copyright (c) 2016 European Synchrotron Radiation Facility
@@ -25,8 +24,6 @@
# ###########################################################################*/
"""Module for basic linear algebra in OpenCL"""
-from __future__ import absolute_import, print_function, with_statement, division
-
__authors__ = ["P. Paleo"]
__license__ = "MIT"
__date__ = "01/08/2019"