Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 582b0b0

Browse files
committed
Remove unused import
The PureScript compiler warns about unused imports as of 0.7.6.
1 parent 5511131 commit 582b0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Optic/Getter.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Optic.Getter
88

99
import Data.Const (getConst, Const(..))
1010
import Data.Functor.Contravariant ((>$<), Contravariant)
11-
import Data.Profunctor (dimap, rmap, Profunctor)
11+
import Data.Profunctor (dimap, Profunctor)
1212

1313
import Optic.Types (Getting())
1414

0 commit comments

Comments
 (0)