diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 10:08:57 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 10:39:21 +0300 |
commit | 329f805999a3b41e406959a17cf35ab193ef05a5 (patch) | |
tree | 9a3059df4d544b6c9d6f474344e52f65bd13b4c1 /library/cpp/pybind/embedding.h | |
parent | 02ea6261088be81bbc455933cecf8b41726946c1 (diff) | |
download | ydb-329f805999a3b41e406959a17cf35ab193ef05a5.tar.gz |
Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for opensource
Diffstat (limited to 'library/cpp/pybind/embedding.h')
-rw-r--r-- | library/cpp/pybind/embedding.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/library/cpp/pybind/embedding.h b/library/cpp/pybind/embedding.h deleted file mode 100644 index 18553d9f6c0..00000000000 --- a/library/cpp/pybind/embedding.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -namespace NPyBind { - class TEmbedding { - public: - TEmbedding(char* argv0); - ~TEmbedding(); - }; - -} |