diff options
author | danila-eremin <[email protected]> | 2022-02-10 16:46:21 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:21 +0300 |
commit | 358e631d1a69242d3ae4d6e6b1e4f7581d03133b (patch) | |
tree | db997f29fd5f1b32ede8ce681a7c73ec0a0714d0 /util/generic/hash_ut.pyx | |
parent | bf23f1e45d4627b54a70900ef362c1be748cc787 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/hash_ut.pyx')
-rw-r--r-- | util/generic/hash_ut.pyx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/hash_ut.pyx b/util/generic/hash_ut.pyx index ecf6dac2e68..d714288da14 100644 --- a/util/generic/hash_ut.pyx +++ b/util/generic/hash_ut.pyx @@ -1,5 +1,5 @@ -# cython: c_string_type=str, c_string_encoding=utf8 - +# cython: c_string_type=str, c_string_encoding=utf8 + from util.generic.hash cimport THashMap from util.generic.string cimport TString |