diff options
| author | vitya-smirnov <[email protected]> | 2026-02-17 18:19:48 +0300 |
|---|---|---|
| committer | vitya-smirnov <[email protected]> | 2026-02-17 19:01:58 +0300 |
| commit | 35cf3731f36f4513e7abaf33dbb113eea9613af9 (patch) | |
| tree | 310c196a15849cfde038c24ac9f0bd48ca5778e9 /yql/essentials/udfs/common/python/python_udf/python_udf.h | |
| parent | 4a0ee2471dfce5f02d6b8419571a753d44c90c95 (diff) | |
YQL-20095: Enable modernize-concat-nested-namespaces
commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
Diffstat (limited to 'yql/essentials/udfs/common/python/python_udf/python_udf.h')
| -rw-r--r-- | yql/essentials/udfs/common/python/python_udf/python_udf.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/yql/essentials/udfs/common/python/python_udf/python_udf.h b/yql/essentials/udfs/common/python/python_udf/python_udf.h index ff8f6e3b07a..7723f58d096 100644 --- a/yql/essentials/udfs/common/python/python_udf/python_udf.h +++ b/yql/essentials/udfs/common/python/python_udf/python_udf.h @@ -2,8 +2,7 @@ #include <yql/essentials/public/udf/udf_registrator.h> -namespace NYql { -namespace NUdf { +namespace NYql::NUdf { inline constexpr char STANDART_STREAM_PROXY_INJECTION_SCRIPT[] = R"( @@ -77,5 +76,4 @@ TUniquePtr<IUdfModule> GetYqlPythonUdfModule( EPythonFlavor pythonFlavor, bool standalone); -} // namespace NUdf -} // namespace NYql +} // namespace NYql::NUdf |
