Commit 6214d9e9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warnings

parent fd7f74c2
Pipeline #1450 canceled with stage
......@@ -12,7 +12,6 @@ Portability : POSIX
module Gargantext.Prelude.Clock
where
import Data.Aeson (ToJSON, toJSON)
import Formatting.Clock (timeSpecs)
import Formatting.Internal (Format(..))
import Gargantext.Prelude
......
......@@ -17,13 +17,11 @@ module Gargantext.Prelude.GargDB
import Control.Exception
import Control.Lens (view)
import Control.Monad.Random.Class (MonadRandom)
import Control.Monad.Reader (MonadReader)
import Data.Aeson (ToJSON, toJSON)
import Data.Text (Text)
import Data.Tuple.Extra (both)
import GHC.IO (FilePath)
import Gargantext.Database.Admin.Types.Node (NodeId, NodeType)
import Gargantext.Database.Prelude (HasConfig(..))
import Gargantext.Prelude
import Gargantext.Prelude.Config
......@@ -33,7 +31,6 @@ import System.IO.Error
import System.Random (newStdGen)
import qualified Data.Text as Text
import qualified System.Directory as SD
import qualified System.Random.Shuffle as SRS
-------------------------------------------------------------------
-- | Main Class to use (just declare needed functions)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment