Skip to content

Commit

Permalink
chore: Clean up import statements in command files
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Jul 16, 2024
1 parent 6ad71f9 commit 153f3ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/contributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"encoding/json"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions cmd/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"encoding/json"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions cmd/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cmd
import (
"encoding/json"
"fmt"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
1 change: 1 addition & 0 deletions cmd/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"encoding/json"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions cmd/teamusergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"encoding/json"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions cmd/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"encoding/json"

"github.com/lokalise/go-lokalise-api/v4"
"github.com/spf13/cobra"
)
Expand Down

0 comments on commit 153f3ee

Please sign in to comment.