diff options
author | asmyasnikov <asmyasnikov@ydb.tech> | 2023-02-10 12:37:18 +0300 |
---|---|---|
committer | asmyasnikov <asmyasnikov@ydb.tech> | 2023-02-10 12:37:18 +0300 |
commit | 569f76bb02c9b16c279e087cb52d0b8eba7a79ca (patch) | |
tree | 10e3ffd2fc62efd5324a3a083cd9dfafeabffa64 | |
parent | e2d92986ae0e5dd3e5c73c79d0738f99224707a3 (diff) | |
download | ydb-569f76bb02c9b16c279e087cb52d0b8eba7a79ca.tar.gz |
drop unused timestamp import
drop unused timestamp import
-rw-r--r-- | ydb/public/api/protos/ydb_scheme.proto | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ydb/public/api/protos/ydb_scheme.proto b/ydb/public/api/protos/ydb_scheme.proto index 51d66e97944..1ae2de26dda 100644 --- a/ydb/public/api/protos/ydb_scheme.proto +++ b/ydb/public/api/protos/ydb_scheme.proto @@ -8,8 +8,6 @@ option java_outer_classname = "SchemeOperationProtos"; import "ydb/public/api/protos/ydb_common.proto"; import "ydb/public/api/protos/ydb_operation.proto"; -import "google/protobuf/timestamp.proto"; - // Create directory. // All intermediate directories must be created message MakeDirectoryRequest { |