kenhuuu commented on code in PR #2611:
URL: https://github.com/apache/tinkerpop/pull/2611#discussion_r1612050349


##########
gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy:
##########
@@ -22,24 +22,15 @@ import groovy.cli.picocli.CliBuilder
 import groovy.cli.picocli.OptionAccessor
 import jline.TerminalFactory
 import jline.console.history.FileHistory
-
 import org.apache.groovy.groovysh.ExitNotification
 import org.apache.groovy.groovysh.Groovysh
 import org.apache.groovy.groovysh.InteractiveShellRunner
 import org.apache.groovy.groovysh.commands.SetCommand
-import org.apache.tinkerpop.gremlin.console.commands.BytecodeCommand
-import org.apache.tinkerpop.gremlin.console.commands.ClsCommand
-import org.apache.tinkerpop.gremlin.console.commands.GremlinSetCommand
-import org.apache.tinkerpop.gremlin.console.commands.InstallCommand
-import org.apache.tinkerpop.gremlin.console.commands.PluginCommand
-import org.apache.tinkerpop.gremlin.console.commands.RemoteCommand
-import org.apache.tinkerpop.gremlin.console.commands.SubmitCommand
-import org.apache.tinkerpop.gremlin.console.commands.UninstallCommand
+import org.apache.tinkerpop.gremlin.console.commands.*

Review Comment:
   Revert wildcard import.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to