Skip to content

Commit

Permalink
Make minor change in import
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 23, 2019
1 parent 990fd41 commit df47d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import de.tudresden.inf.lat.tabulas.renderer.SimpleFormatRenderer
import de.tudresden.inf.lat.tabulas.table.TableMapImpl
import org.snakeyaml.engine.v1.api.{Load, LoadSettingsBuilder}

import scala.jdk.CollectionConverters._
import scala.jdk.CollectionConverters.{IteratorHasAsScala, ListHasAsScala, MapHasAsScala}
import scala.util.Try

/** Parser for YAML format.
Expand Down

0 comments on commit df47d37

Please sign in to comment.