Skip to content

Commit

Permalink
Tidy imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Aug 29, 2024
1 parent 120cdd1 commit 286a650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package agent

import (
"context"
"github.com/jlewi/foyle/protos/go/foyle/v1alpha1/v1alpha1connect"
"io"
"strings"
"sync"

"github.com/jlewi/foyle/protos/go/foyle/v1alpha1/v1alpha1connect"

"google.golang.org/protobuf/encoding/protojson"

"go.opentelemetry.io/otel/attribute"
Expand Down

0 comments on commit 286a650

Please sign in to comment.