diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-12 16:07:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 16:07:41 +0100 |
| commit | 511db8dcce57daec03c123eaf9469a50d8f7c86b (patch) | |
| tree | de34a9dd8f8f6b25733ec6715c0c8af391214408 /crates | |
| parent | chore(deps): update frontend deps (#2118) (diff) | |
| download | atuin-511db8dcce57daec03c123eaf9469a50d8f7c86b.zip | |
chore: remove unnecessary proto import (#2120)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-daemon/proto/history.proto | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/atuin-daemon/proto/history.proto b/crates/atuin-daemon/proto/history.proto index 95a12282..1172b91b 100644 --- a/crates/atuin-daemon/proto/history.proto +++ b/crates/atuin-daemon/proto/history.proto @@ -1,8 +1,6 @@ syntax = "proto3"; package history; -import "google/protobuf/timestamp.proto"; - message StartHistoryRequest { // If people are still using my software in ~530 years, they can figure out a u128 migration uint64 timestamp = 1; // nanosecond unix epoch |
