Skip to content

Commit 0cf89af

Browse files
committed
cleanup
1 parent e9a25d3 commit 0cf89af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
import org.apache.atlas.repository.graphdb.AtlasEdge;
4343
import org.apache.atlas.repository.graphdb.AtlasEdgeDirection;
4444
import org.apache.atlas.repository.graphdb.AtlasGraph;
45-
import org.apache.atlas.repository.graphdb.AtlasGraphTraversal;
46-
import org.apache.atlas.repository.graphdb.AtlasGraphTraversalSource;
4745
import org.apache.atlas.repository.graphdb.AtlasVertex;
4846
import org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph;
4947
import org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2;
@@ -60,14 +58,11 @@
6058
import org.apache.atlas.type.AtlasStructType.AtlasAttribute.AtlasRelationshipEdgeDirection;
6159
import org.apache.atlas.utils.AtlasEntityUtil;
6260
import org.apache.atlas.utils.AtlasPerfMetrics;
63-
import org.apache.atlas.v1.model.instance.Id;
6461
import org.apache.commons.collections.CollectionUtils;
6562
import org.apache.commons.collections.MapUtils;
6663
import org.apache.commons.lang.StringUtils;
67-
import org.apache.tinkerpop.gremlin.process.traversal.P;
6864
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal;
6965
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource;
70-
import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__;
7166
import org.apache.tinkerpop.gremlin.structure.Direction;
7267
import org.apache.tinkerpop.gremlin.structure.Edge;
7368
import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -97,7 +92,6 @@
9792
import static org.apache.atlas.repository.graph.GraphHelper.getTypeName;
9893
import static org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2.getState;
9994
import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.id;
100-
import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.not;
10195
import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.outV;
10296

10397
public abstract class DeleteHandlerV1 {

0 commit comments

Comments
 (0)