Clean up the new pistol grip code

I ended up with various pieces left over after committing all the
pieces...

Change-Id: I129299f988c236a602a289fb0ad6b92f265f8ea2
diff --git a/motors/python/BUILD b/motors/python/BUILD
index 458399f..299f4d2 100644
--- a/motors/python/BUILD
+++ b/motors/python/BUILD
@@ -3,12 +3,12 @@
     srcs = [
         "phase_current.py",
     ],
+    restricted_to = ["//tools:k8"],
     deps = [
         "//external:python-gflags",
         "//external:python-glog",
         "//frc971/control_loops/python:controls",
     ],
-    restricted_to = ["//tools:k8"],
 )
 
 py_binary(
@@ -16,10 +16,10 @@
     srcs = [
         "haptic_phase_current.py",
     ],
+    restricted_to = ["//tools:k8"],
     deps = [
         "//external:python-gflags",
         "//external:python-glog",
         "//frc971/control_loops/python:controls",
     ],
-    restricted_to = ["//tools:k8"],
 )