diff options
author | galaxycrab <UgnineSirdis@ydb.tech> | 2022-07-21 16:44:11 +0300 |
---|---|---|
committer | galaxycrab <UgnineSirdis@ydb.tech> | 2022-07-21 16:44:11 +0300 |
commit | 9c219e382a4d947d003aff1f83cd782a34cd56af (patch) | |
tree | 1064c84e049ac98a10cf1077a2a77852824a170c | |
parent | 8d81e50126eeac70809b3c55a3e90a8ed1198918 (diff) | |
download | ydb-9c219e382a4d947d003aff1f83cd782a34cd56af.tar.gz |
Remove unused import
Remove unused import
-rw-r--r-- | ydb/core/yq/libs/protos/fq_private.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/yq/libs/protos/fq_private.proto b/ydb/core/yq/libs/protos/fq_private.proto index 9ab2332b97..08a98bcb88 100644 --- a/ydb/core/yq/libs/protos/fq_private.proto +++ b/ydb/core/yq/libs/protos/fq_private.proto @@ -10,7 +10,6 @@ import "ydb/public/api/protos/ydb_value.proto"; import "ydb/public/api/protos/ydb_issue_message.proto"; import "ydb/public/api/protos/annotations/validation.proto"; -import "ydb/public/api/protos/fq.proto"; import "ydb/public/api/protos/yq.proto"; import "google/protobuf/duration.proto"; |