From 35cf3731f36f4513e7abaf33dbb113eea9613af9 Mon Sep 17 00:00:00 2001 From: vitya-smirnov Date: Tue, 17 Feb 2026 18:19:48 +0300 Subject: YQL-20095: Enable modernize-concat-nested-namespaces commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d --- yql/essentials/udfs/common/python/python_udf/python_udf.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'yql/essentials/udfs/common/python/python_udf/python_udf.h') 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 -namespace NYql { -namespace NUdf { +namespace NYql::NUdf { inline constexpr char STANDART_STREAM_PROXY_INJECTION_SCRIPT[] = R"( @@ -77,5 +76,4 @@ TUniquePtr GetYqlPythonUdfModule( EPythonFlavor pythonFlavor, bool standalone); -} // namespace NUdf -} // namespace NYql +} // namespace NYql::NUdf -- cgit v1.3