Skip to content

Commit

Permalink
proto: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjostro committed Feb 10, 2024
1 parent 4cec4c3 commit dcfb7ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/session/v1/session.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ syntax = "proto3";

package session.v1;

import "google/protobuf/timestamp.proto";

message SessionData {
string requested_url = 1;
string code_verifier = 2;
Expand Down

0 comments on commit dcfb7ce

Please sign in to comment.