diff options
author | hcpp <hcpp@ydb.tech> | 2023-05-17 19:48:53 +0300 |
---|---|---|
committer | hcpp <hcpp@ydb.tech> | 2023-05-17 19:48:53 +0300 |
commit | eebe4586ba2765b7f9bc957283ea90f22f023770 (patch) | |
tree | 858cd00e714cb40f17408f24b9bb7c15419f5eff | |
parent | b55144147cefdad61b07aab04654120f63ce1a0a (diff) | |
download | ydb-eebe4586ba2765b7f9bc957283ea90f22f023770.tar.gz |
sensitive include has been removed
-rw-r--r-- | ydb/core/protos/external_sources.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/protos/external_sources.proto b/ydb/core/protos/external_sources.proto index 6701e041637..2115da12de9 100644 --- a/ydb/core/protos/external_sources.proto +++ b/ydb/core/protos/external_sources.proto @@ -3,7 +3,6 @@ option java_package = "ru.yandex.kikimr.proto"; import "ydb/public/api/protos/ydb_value.proto"; -import "ydb/public/api/protos/annotations/sensitive.proto"; import "ydb/public/api/protos/annotations/validation.proto"; message TSchema { |