diff options
author | uzhas <uzhas@ydb.tech> | 2023-07-13 19:03:45 +0300 |
---|---|---|
committer | uzhas <uzhas@ydb.tech> | 2023-07-13 19:03:45 +0300 |
commit | 489dca66a0d7f2ef90a171470e3349478fb1c70a (patch) | |
tree | a9fabf8b2cb7ee9eb76fdfa4459d8a8617abb791 | |
parent | 97001aca921eec73354b1711c2a918ef81d6006d (diff) | |
download | ydb-489dca66a0d7f2ef90a171470e3349478fb1c70a.tar.gz |
remove unused import
-rw-r--r-- | ydb/core/protos/tx_sequenceshard.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/protos/tx_sequenceshard.proto b/ydb/core/protos/tx_sequenceshard.proto index 4b2a5967a3..9a034f314f 100644 --- a/ydb/core/protos/tx_sequenceshard.proto +++ b/ydb/core/protos/tx_sequenceshard.proto @@ -1,5 +1,4 @@ syntax = "proto3"; -import "ydb/core/protos/base.proto"; import "ydb/core/scheme/protos/pathid.proto"; package NKikimrTxSequenceShard; |