diff options
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 |
