We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070e003 commit 5c0f961Copy full SHA for 5c0f961
core-scala/src/main/scala/io/pdal/pipeline/package.scala
@@ -16,6 +16,4 @@
16
17
package io.pdal
18
19
-package object pipeline extends json.Implicits with syntax.Implicits {
20
- import io.pdal.pipeline.test._
21
-} // with Serializable
+package object pipeline extends json.Implicits with syntax.Implicits with Serializable
0 commit comments