Skip to content

Commit

Permalink
backported typelevel#3130 Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepkalra committed Mar 10, 2020
1 parent 3f55739 commit 9338c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/cats/tests/OptionSuite.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cats.tests

import cats.{Alternative, CoflatMap, CommutativeMonad, Eval, Later, MonadError, Semigroupal, Traverse, TraverseFilter}
import cats.{Align, Alternative, CoflatMap, CommutativeMonad, Eval, Later, MonadError, Semigroupal, Traverse, TraverseFilter}
import cats.instances.all._
import cats.laws.{ApplicativeLaws, CoflatMapLaws, FlatMapLaws, MonadLaws}
import cats.laws.discipline._
Expand Down

0 comments on commit 9338c77

Please sign in to comment.