Eugene Kublin
Eugene Kublin
## 📌 Checklist before creating the PR - [x] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise...
replaced concat of strings to avoid potential mismatch of types and make code more clear
**Features** - fixed regexp to add support of unicode for strings **Feature Docs** **Influence** **Result** **Other** fixed regexp to add support of unicode for strings and for improving of readability
#### Description of Change Changed regular expression to add support of processing of the unicode characters and make code simpler Notes: none
Modified string's concatenations format to f-strings. Code became more clear and also we avoid potential type's mismatch
avoided potential type's mismatch during concatenation and remove redundant type's conversion ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer...
Changed concatenation of strings to f-strings to avoid potential type's mismatch and simplify the code
Changed concatenation of strings to f-strings to avoid potential type's mismatch, simplify the code and unify it with others parts of code
Replaced concatenation and string formatting to f-strings to avoid potential type's mismatch and unify code with rest parts (Signed)