aboutsummaryrefslogtreecommitdiffstats
path: root/util/tests/cython/test_memory.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/tests/cython/test_memory.py')
-rw-r--r--util/tests/cython/test_memory.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/util/tests/cython/test_memory.py b/util/tests/cython/test_memory.py
index 705f384726..02d00dc422 100644
--- a/util/tests/cython/test_memory.py
+++ b/util/tests/cython/test_memory.py
@@ -1,12 +1,12 @@
-# -*- coding: utf-8 -*-
-
-from __future__ import print_function, absolute_import, division
-
-from util.memory.blob_ut import TestBlob
-
-# Test discovery does not work in cython modules.
-# Reexporting test classes here to satisfy pylint and pytest.
-
-__all__ = [
- 'TestBlob',
-]
+# -*- coding: utf-8 -*-
+
+from __future__ import print_function, absolute_import, division
+
+from util.memory.blob_ut import TestBlob
+
+# Test discovery does not work in cython modules.
+# Reexporting test classes here to satisfy pylint and pytest.
+
+__all__ = [
+ 'TestBlob',
+]