This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit c7f0069353b8528075e28be6819be7efbd972c99 Author: Stephen Mallette <[email protected]> AuthorDate: Thu Nov 10 08:07:09 2022 -0500 Regenerated Gremlin.cs after merge --- gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs index f1457ce9e7..fedd63b31c 100644 --- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs +++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs @@ -32,6 +32,7 @@ using System; using System.Collections.Generic; using Gremlin.Net.Structure; using Gremlin.Net.Process.Traversal; +using Gremlin.Net.Process.Traversal.Strategy.Optimization; using Gremlin.Net.Process.Traversal.Strategy.Decoration; namespace Gremlin.Net.IntegrationTest.Gherkin
