Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Apr 15, 2024
1 parent df0ea12 commit cd8f255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/paramgen/internal/paramgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"go/ast"
"go/parser"
"go/token"
"golang.org/x/exp/maps"
"io/fs"
"os/exec"
"reflect"
Expand All @@ -30,6 +29,7 @@ import (
"unicode"

sdk "github.com/conduitio/conduit-connector-sdk"
"golang.org/x/exp/maps"
)

const (
Expand Down

0 comments on commit cd8f255

Please sign in to comment.