Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Oct 15, 2024
1 parent 2a79177 commit a2a6cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/pkg/eval/stats_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package eval

import (
"github.com/google/go-cmp/cmp/cmpopts"
"testing"

"github.com/google/go-cmp/cmp/cmpopts"

"github.com/google/go-cmp/cmp"
"github.com/jlewi/foyle/protos/go/foyle/v1alpha1"
)
Expand Down

0 comments on commit a2a6cd1

Please sign in to comment.