Scala 2 required that import aliases be wrapped in braces. However, beginning with Scala 3, they are no longer needed. While the old syntax is still supported, it will be dropped in the future Scala 3 versions.
import scala.collection.mutable.{HashSet as hs}
import scala.collection.mutable.HashSet as hs