Skip to content

Commit

Permalink
run goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marouane Kherrabi authored and bastianccm committed Apr 1, 2022
1 parent 29f0237 commit b9df193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package graphql

import (
"context"
"time"

"flamingo.me/dingo"
flamingoConfig "flamingo.me/flamingo/v3/framework/config"
"flamingo.me/flamingo/v3/framework/web"
Expand All @@ -12,7 +14,6 @@ import (
"github.com/99designs/gqlgen/graphql/handler/transport"
"github.com/99designs/gqlgen/graphql/playground"
"github.com/spf13/cobra"
"time"
)

// Service defines the interface for graphql services
Expand Down

0 comments on commit b9df193

Please sign in to comment.