We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c552d73 commit 9fee47eCopy full SHA for 9fee47e
ydb/library/yql/udfs/common/python/python_udf/python_udf.cpp
@@ -1,8 +1,8 @@
1
#include "python_udf.h"
2
#include "python_function_factory.h"
3
4
-#include <contrib/ydb/library/yql/public/udf/udf_version.h>
5
-#include <contrib/ydb/library/yql/udfs/common/python/bindings/py_utils.h>
+#include <ydb/library/yql/public/udf/udf_version.h>
+#include <ydb/library/yql/udfs/common/python/bindings/py_utils.h>
6
7
#include <util/generic/vector.h>
8
#include <util/system/execpath.h>
0 commit comments