Skip to content

Commit c997f95

Browse files
schoettlTristanCacqueray
authored andcommitted
Remove unused import
1 parent 116f6bf commit c997f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-client/src/Network/Matrix/Client.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module Network.Matrix.Client
137137
)
138138
where
139139

140-
import Control.Monad (mzero, void)
140+
import Control.Monad (mzero)
141141
import Control.Monad.IO.Class (MonadIO(liftIO))
142142
import Data.Aeson (FromJSON (..), ToJSON (..), Value (Object, String), encode, genericParseJSON, genericToJSON, object, withObject, withText, (.:), (.:?), (.=))
143143
import qualified Data.Aeson as Aeson

0 commit comments

Comments
 (0)