Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed May 21, 2024
1 parent 87af70f commit 10559d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/super/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ package super
import (
"errors"
"fmt"
"os"
"strings"

"github.com/onflow/cadence/runtime/parser"
"github.com/onflow/flowkit"
"github.com/onflow/flowkit/output"
"github.com/spf13/cobra"
"os"
"strings"

"github.com/onflow/flow-cli/internal/command"
)
Expand Down

0 comments on commit 10559d7

Please sign in to comment.