Skip to content

Commit

Permalink
chore(lint): remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-whit committed Nov 28, 2023
1 parent e25ef49 commit 139f669
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/tuple/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ type failedWriteResponse struct {
Reason string `json:"reason"`
}

type failedDeletedResponse struct {
TupleKey client.ClientTupleKey `json:"tuple_key"`
Reason string `json:"reason"`
}

type importResponse struct {
Successful []client.ClientTupleKey `json:"successful"`
Failed []failedWriteResponse `json:"failed"`
Expand Down

0 comments on commit 139f669

Please sign in to comment.