Skip to content

Commit

Permalink
remove another redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jul 16, 2016
1 parent fa67619 commit 1c38161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/TwoD/Arrow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ import Diagrams.Trail
import Diagrams.TwoD.Arrowheads
import Diagrams.TwoD.Attributes
import Diagrams.TwoD.Path (stroke, strokeT)
import Diagrams.TwoD.Transform (reflectY, rotate, translateX)
import Diagrams.TwoD.Transform (reflectY, translateX)
import Diagrams.TwoD.Types
import Diagrams.TwoD.Vector (unitX, unit_X)
import Diagrams.Util (( # ))
Expand Down

0 comments on commit 1c38161

Please sign in to comment.