Skip to content

Commit

Permalink
Merge pull request #34 from smlrepo/master
Browse files Browse the repository at this point in the history
Fix import in fizz.
  • Loading branch information
markbates authored Mar 18, 2018
2 parents cb44fc0 + a2cae5d commit a5f321e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fizz/bubbler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import (
"os"
"strings"

"github.com/mattn/anko/core"
"github.com/mattn/anko/vm"
"github.com/pkg/errors"

core "github.com/mattn/anko/builtins"
)

type BubbleType int
Expand Down

0 comments on commit a5f321e

Please sign in to comment.