Skip to content

Commit

Permalink
Remove import of unused, deprecated type.
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Oct 1, 2011
1 parent dc9f701 commit e9cf254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/scalaz/Lens.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package scalaz

import Scalaz._
import scalaz.Category._
import scala.collection.generic.{Subtractable, Addable}
import scala.collection.generic.Subtractable
import scala.collection.{SetLike, SeqLike}
import scala.collection.immutable._
import scala._
Expand Down

0 comments on commit e9cf254

Please sign in to comment.