Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/871#discussion_r192922149
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/CoreImports.java
---
@@ -260,6 +261,7 @@
CLASS_IMPORTS.add(PeerPressureVertexProgram.class);
CLASS_IMPORTS.add(PageRankMapReduce.class);
CLASS_IMPORTS.add(PageRankVertexProgram.class);
+ CLASS_IMPORTS.add(PageRankVertexProgramStep.PageRank.class);
--- End diff --
I think `PeerPressureVertexProgramStep.PeerPressure` should be a core
import too.
---