🔨 Remove unused imports in config and custom_errors packages

This commit is contained in:
Aykhan Shahsuvarov 2024-05-25 20:49:07 +04:00
parent b9c64a3851
commit af028a8f82
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/aykhans/dodo/config"
customerrors "github.com/aykhans/dodo/custom_errors"
"github.com/aykhans/dodo/custom_errors"
"github.com/aykhans/dodo/utils"
"github.com/spf13/cobra"
"github.com/spf13/pflag"

View File

@ -12,7 +12,7 @@ import (
"time"
"github.com/aykhans/dodo/config"
customerrors "github.com/aykhans/dodo/custom_errors"
"github.com/aykhans/dodo/custom_errors"
"github.com/aykhans/dodo/readers"
"github.com/aykhans/dodo/utils"
"github.com/jedib0t/go-pretty/v6/progress"