[bazel] Load python rules from @rules_python
diff --git a/examples/BUILD b/examples/BUILD
index 864b569..7d15e83 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -4,9 +4,9 @@
 # the WORKSPACE file in the same directory with this BUILD file for an
 # example.
 
-load("@rules_proto//proto:defs.bzl", "proto_library")
-load("@rules_java//java:defs.bzl", "java_binary", "java_lite_proto_library", "java_proto_library")
 load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
+load("@rules_java//java:defs.bzl", "java_binary", "java_lite_proto_library", "java_proto_library")
+load("@rules_proto//proto:defs.bzl", "proto_library")
 
 # For each .proto file, a proto_library target should be defined. This target
 # is not bound to any particular language. Instead, it defines the dependency