summaryrefslogtreecommitdiffstats
path: root/util/tests/cython/test_stream.py
diff options
context:
space:
mode:
authordanila-eremin <[email protected]>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:21 +0300
commit9d80afb43be16931e653a688c5e0f585101ff4f8 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/tests/cython/test_stream.py
parent358e631d1a69242d3ae4d6e6b1e4f7581d03133b (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/tests/cython/test_stream.py')
-rw-r--r--util/tests/cython/test_stream.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/util/tests/cython/test_stream.py b/util/tests/cython/test_stream.py
index ff0a052b4c9..6abfe1de0d0 100644
--- a/util/tests/cython/test_stream.py
+++ b/util/tests/cython/test_stream.py
@@ -1,12 +1,12 @@
-# -*- coding: utf-8 -*-
-
-from __future__ import print_function, absolute_import, division
-
-from util.stream.str_ut import TestStringOutput
-
-# Test discovery does not work in cython modules.
-# Reexporting test classes here to satisfy pylint and pytest.
-
-__all__ = [
- 'TestStringOutput',
-]
+# -*- coding: utf-8 -*-
+
+from __future__ import print_function, absolute_import, division
+
+from util.stream.str_ut import TestStringOutput
+
+# Test discovery does not work in cython modules.
+# Reexporting test classes here to satisfy pylint and pytest.
+
+__all__ = [
+ 'TestStringOutput',
+]