[FIX] typo
[gargantext.git] / src / Gargantext / API / Node / Corpus / New / File.hs
index 22a488f6e79ef9c2b15277932d2826a35bbec7be..a1649177483dbe6ab57c27fa2c083e1914a41f5d 100644 (file)
@@ -26,18 +26,19 @@ import Data.Monoid (mempty)
 import Data.Swagger
 import Data.Text (Text())
 import GHC.Generics (Generic)
-import Gargantext.API.Ngrams (TODO)
-import Gargantext.Database.Admin.Types.Node
-import Gargantext.Database.Prelude -- (Cmd, CmdM)
-import Gargantext.Prelude
-import Gargantext.Core.Crypto.Hash (hash)
+
 import Servant
 import Servant.Multipart
-import Servant.Swagger (HasSwagger(toSwagger))
 import Servant.Swagger.Internal
 import Test.QuickCheck (elements)
 import Test.QuickCheck.Arbitrary (Arbitrary, arbitrary)
 
+import Gargantext.Core.Types (TODO)
+import Gargantext.Database.Admin.Types.Node
+import Gargantext.Database.Prelude -- (Cmd, CmdM)
+import Gargantext.Prelude
+import Gargantext.Prelude.Crypto.Hash (hash)
+
 -------------------------------------------------------------
 type Hash = Text
 data FileType = CSV