summaryrefslogtreecommitdiff
path: root/src/silx/opencl/codec/test/test_byte_offset.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/opencl/codec/test/test_byte_offset.py')
-rw-r--r--src/silx/opencl/codec/test/test_byte_offset.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/silx/opencl/codec/test/test_byte_offset.py b/src/silx/opencl/codec/test/test_byte_offset.py
index 4b2d5a3..9ed53bc 100644
--- a/src/silx/opencl/codec/test/test_byte_offset.py
+++ b/src/silx/opencl/codec/test/test_byte_offset.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-# -*- coding: utf-8 -*-
#
# Project: Byte-offset decompression in OpenCL
# https://github.com/silx-kit/silx
@@ -31,8 +30,6 @@
Test suite for byte-offset decompression
"""
-from __future__ import division, print_function
-
__authors__ = ["Jérôme Kieffer"]
__contact__ = "jerome.kieffer@esrf.eu"
__license__ = "MIT"