diff options
author | va-kuznecov <va-kuznecov@ydb.tech> | 2022-07-19 11:52:47 +0300 |
---|---|---|
committer | va-kuznecov <va-kuznecov@ydb.tech> | 2022-07-19 11:52:47 +0300 |
commit | 5ede2b35f38901718b55de9f9517cf21405c3630 (patch) | |
tree | ae1294238c23d3f9ff9b489b1a8fcc0bd88948a5 /library/python/strings/__init__.py | |
parent | c64ee34d9c321fa796868ddca03dddb174704107 (diff) | |
download | ydb-5ede2b35f38901718b55de9f9517cf21405c3630.tar.gz |
Add UT to detect data races in computation nodes
Diffstat (limited to 'library/python/strings/__init__.py')
-rw-r--r-- | library/python/strings/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/python/strings/__init__.py b/library/python/strings/__init__.py index bd6bf6e7ce..c7da1463cf 100644 --- a/library/python/strings/__init__.py +++ b/library/python/strings/__init__.py @@ -4,6 +4,7 @@ from .strings import ( DEFAULT_ENCODING, ENCODING_ERRORS_POLICY, encode, + ensure_str_deep, fs_encoding, get_stream_encoding, guess_default_encoding, |