diff options
author | uzhas <uzhas@ydb.tech> | 2023-02-09 11:26:03 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2023-02-09 11:26:03 +0300 |
commit | 87b0a5af3f32f90698677ebce58ad575e4d9838a (patch) | |
tree | 3142a098b64659b5c7f8588825a595a4762a2f1e | |
parent | 407b9e52eea66d83508fb8abd1e44ae52afcd9b6 (diff) | |
download | ydb-87b0a5af3f32f90698677ebce58ad575e4d9838a.tar.gz |
Remove unused import
-rw-r--r-- | ydb/core/public_http/protos/fq.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/public_http/protos/fq.proto b/ydb/core/public_http/protos/fq.proto index a0d08027d06..ce4aa24ac97 100644 --- a/ydb/core/public_http/protos/fq.proto +++ b/ydb/core/public_http/protos/fq.proto @@ -4,7 +4,6 @@ option cc_enable_arenas = true; package FQHttp; import "ydb/public/api/protos/ydb_issue_message.proto"; -import "ydb/public/api/protos/ydb_status_codes.proto"; import "ydb/public/api/protos/ydb_value.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; |