Skip to content

Commit

Permalink
-Wall: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Mar 25, 2014
1 parent bd4b3a3 commit 9ea002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Combinators.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Diagrams.Path
import Diagrams.Segment
import Diagrams.TrailLike
import Diagrams.TwoD.Align
import Diagrams.TwoD.Attributes (lineWidth, lw)
import Diagrams.TwoD.Attributes (lineWidth)
import Diagrams.TwoD.Path ()
import Diagrams.TwoD.Shapes
import Diagrams.TwoD.Transform (scaleX, scaleY)
Expand Down

0 comments on commit 9ea002f

Please sign in to comment.