mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-04 18:58:13 +00:00
chore: remove unnecessary proto import (#2120)
This commit is contained in:
parent
3f7d550e98
commit
511db8dcce
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue