sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FEAT] Backend NLP French tested
[gargantext.git]
/
src
/
Gargantext
/
Core
/
Viz
/
Graph
/
Bridgeness.hs
diff --git
a/src/Gargantext/Core/Viz/Graph/Bridgeness.hs
b/src/Gargantext/Core/Viz/Graph/Bridgeness.hs
index f63467872456d247e00c1b60c80d6738f623c703..1d7fcc2185b85aa06a87980cd391adcbaaa1eafa 100644
(file)
--- a/
src/Gargantext/Core/Viz/Graph/Bridgeness.hs
+++ b/
src/Gargantext/Core/Viz/Graph/Bridgeness.hs
@@
-23,8
+23,8
@@
import Data.Map (Map, fromListWith, lookup, toList, mapWithKey, elems)
import Data.Maybe (catMaybes)
import Data.Ord (Down(..))
import Gargantext.Prelude
+import Graph.Types (ClusterNode(..))
import qualified Data.Map as DM
-import Gargantext.Core.Viz.Graph.Types (ClusterNode(..))