From 511db8dcce57daec03c123eaf9469a50d8f7c86b Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 12 Jun 2024 16:07:41 +0100 Subject: [PATCH] chore: remove unnecessary proto import (#2120) --- crates/atuin-daemon/proto/history.proto | 2 -- 1 file changed, 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