Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 6, 2023
1 parent 6df0e5a commit e75833a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"net/http"
"net/url"
"path"
"time"

"github.com/steebchen/prisma-client-go/binaries"
"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/logger"
"github.com/steebchen/prisma-client-go/runtime/types"
)
Expand Down
2 changes: 1 addition & 1 deletion engine/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"net/http"
"time"

"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/logger"
"github.com/steebchen/prisma-client-go/runtime/types"
)
Expand Down
1 change: 1 addition & 0 deletions runtime/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package types

import (
"errors"

"github.com/steebchen/prisma-client-go/engine/protocol"
)

Expand Down

0 comments on commit e75833a

Please sign in to comment.