Mike Artz

Results 2 issues of Mike Artz

Hi there is a dependency `:greeter` [here](https://github.com/bazelbuild/examples/blob/a3bff7ff924c40aa930cd9bbb3d088e599d17374/java-tutorial/src/main/java/com/example/cmdline/BUILD#L7) that doesn't even exist. Neither one of the `java_binary` rules in the java-tutorial executes as a runner when running `bazel run //`.

Sorted the imports as in PEP8 standard. https://peps.python.org/pep-0008/#imports This makes the import lists a little easier to follow - and its the standard some people are used to. I used...