Skip to content

Commit 6ffd6b4

Browse files
committed
Remove unused imports
1 parent 5bc1f55 commit 6ffd6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test/Data/List/NonEmpty.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Data.Monoid.Additive (Additive(..))
1111
import Data.NonEmpty ((:|))
1212
import Data.TraversableWithIndex (traverseWithIndex)
1313
import Data.Tuple (Tuple(..))
14-
import Data.Unfoldable (replicate, replicate1, unfoldr, unfoldr1)
14+
import Data.Unfoldable (replicate1, unfoldr1)
1515
import Effect (Effect)
1616
import Effect.Console (log)
1717
import Test.Assert (assert)

0 commit comments

Comments
 (0)