Skip to content

Commit 454c525

Browse files
committed
revert
1 parent 70e84c6 commit 454c525

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graphx/src/main/scala/org/apache/spark/graphx/impl/VertexPartitionBase.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
package org.apache.spark.graphx.impl
1919

20+
import scala.language.higherKinds
2021
import scala.reflect.ClassTag
2122

2223
import org.apache.spark.graphx._

graphx/src/main/scala/org/apache/spark/graphx/impl/VertexPartitionBaseOps.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
package org.apache.spark.graphx.impl
1919

20+
import scala.language.higherKinds
2021
import scala.language.implicitConversions
2122
import scala.reflect.ClassTag
2223

0 commit comments

Comments
 (0)