Skip to content

Commit 92f0aec

Browse files
committed
Remove unused import
The PureScript compiler warns about unused imports as of 0.7.6.
1 parent df294f6 commit 92f0aec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Control/Monad/Eff/Exception/Unsafe.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module Control.Monad.Eff.Exception.Unsafe where
22

33
import Prelude
4-
import Control.Monad.Eff
54
import Control.Monad.Eff.Unsafe
65
import Control.Monad.Eff.Exception
76

0 commit comments

Comments
 (0)