Remove unneeded import

This commit is contained in:
Ethan Atkins 2018-10-05 11:50:04 -07:00
parent 51be0856a1
commit aeadd8db72
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
package sbt
import org.specs2.mutable.Specification
import sbt.BuildPaths
object BuildPathsTest extends Specification {