Skip to content

Commit

Permalink
chore: remove unnecessary proto import (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Jun 12, 2024
1 parent 3f7d550 commit 511db8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/atuin-daemon/proto/history.proto
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 511db8d

Please sign in to comment.