Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

Commit bfbbf22

Browse files
committed
Remove unused import
1 parent ba449c6 commit bfbbf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Arrow/Kleisli.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Prelude
66

77
import Data.Profunctor
88
import Data.Profunctor.Strong
9-
import Data.Tuple (Tuple(..), swap)
9+
import Data.Tuple (Tuple(..))
1010

1111
import Control.Arrow
1212
import Control.Plus

0 commit comments

Comments
 (0)