Skip to content

Commit

Permalink
Correct error
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 5, 2023
1 parent 171a621 commit 91ae0d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/bowling/test/bowling_test.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import bowling.{
type Error, Error, Game, GameComplete, GameNotComplete, InvalidPinCount, roll,
score,
type Error, Game, GameComplete, GameNotComplete, InvalidPinCount, roll, score,
}
import exercism/test_runner
import exercism/should
Expand Down

0 comments on commit 91ae0d5

Please sign in to comment.