Skip to content

Commit 0573355

Browse files
committed
removed unnecessary imports
1 parent 3376258 commit 0573355

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Graphics/Graphviz.purs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
module Graphics.Graphviz (renderToJson, renderToSvg, renderReprSvg, Engine(..)) where
22

3-
import Color.Scale (addStop)
4-
import Control.Bind ((>=>))
5-
import Control.Monad.Aff (Aff)
6-
import Control.Monad.Eff.Console (CONSOLE)
73
import Data.DotLang (class DotLang, class GraphRepr, toGraph, toText)
84
import Data.Function (($))
95
import Data.Function.Uncurried (Fn4, runFn4)

0 commit comments

Comments
 (0)