Skip to content

Commit

Permalink
Fix imports problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jun 18, 2021
1 parent e394819 commit fccf9ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/scala/org/phenoscape/scowl/example/DataChecks.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package org.phenoscape.scowl.example

import org.phenoscape.scowl.^^
import org.phenoscape.scowl.{^^, _}
import org.phenoscape.scowltest.UnitSpec
import org.scalatest._
import org.semanticweb.owlapi.apibinding.OWLManager
import org.semanticweb.owlapi.model.parameters.Imports
import org.semanticweb.owlapi.model.{AxiomType, IRI, OWLOntology}
import org.semanticweb.owlapi.model.parameters.Imports
import scalaz._
import Scalaz._

import scala.jdk.CollectionConverters._

Expand Down

0 comments on commit fccf9ba

Please sign in to comment.