Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 5, 2023
1 parent 9f2b8a4 commit 18287e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions binaries/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ package binaries
import (
"compress/gzip"
"fmt"
"github.com/steebchen/prisma-client-go/binaries/platform"
"github.com/steebchen/prisma-client-go/logger"
"io"
"log"
"net/http"
"os"
"path"
"path/filepath"

"github.com/steebchen/prisma-client-go/binaries/platform"
"github.com/steebchen/prisma-client-go/logger"
)

// PrismaVersion is a hardcoded version of the Prisma CLI.
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package cli

import (
"fmt"
"github.com/steebchen/prisma-client-go/binaries/platform"
"os"
"os/exec"
"path"

"github.com/steebchen/prisma-client-go/binaries"
"github.com/steebchen/prisma-client-go/binaries/platform"
"github.com/steebchen/prisma-client-go/logger"
)

Expand Down
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package generator

import (
"encoding/json"
"github.com/steebchen/prisma-client-go/logger"
"os"
"path"
"strings"

"github.com/steebchen/prisma-client-go/generator/ast/dmmf"
"github.com/steebchen/prisma-client-go/generator/ast/transform"
"github.com/steebchen/prisma-client-go/generator/types"
"github.com/steebchen/prisma-client-go/logger"
)

// Root describes the generator output root.
Expand Down

0 comments on commit 18287e3

Please sign in to comment.