diff options
author | pozhilov <[email protected]> | 2022-02-10 16:49:27 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:27 +0300 |
commit | 29b120fd551ad11a832424491fa992809feb3e99 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/tests/cython/test_generic.py | |
parent | 23bf1d16dddf213a6aa8e8d5c8621e1242a1f118 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/tests/cython/test_generic.py')
-rw-r--r-- | util/tests/cython/test_generic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tests/cython/test_generic.py b/util/tests/cython/test_generic.py index 0d257a44968..a0d61339cc7 100644 --- a/util/tests/cython/test_generic.py +++ b/util/tests/cython/test_generic.py @@ -25,5 +25,5 @@ __all__ = [ 'TestStroka', 'TestVector', 'TestFromString', - 'TestToString', + 'TestToString', ] |