[FIX] bug invitation
[gargantext.git] / src / Gargantext / Core / Viz / Phylo / BranchMaker.hs
index e72f737f58315ed4bda7d0fca1845e237eb6cc24..32d17431930b0cb53d419611b603bbd55686e4f2 100644 (file)
@@ -16,9 +16,8 @@ module Gargantext.Core.Viz.Phylo.BranchMaker
 
 import Control.Parallel.Strategies
 import Control.Lens     hiding (both, Level)
-import Data.List        (concat,nub,(++),sortOn,reverse,sort,null,intersect,union,delete)
+import Data.List        (concat,nub,(++),sortOn,sort,null,intersect,union,delete)
 import Data.Map         (Map,(!), fromListWith, elems)
-import Data.Tuple       (fst, snd)
 import Gargantext.Prelude
 import Gargantext.Core.Viz.Phylo
 import Gargantext.Core.Viz.Phylo.Cluster