tof-voters: Record name and email in analysis

With this we can make the data a little easier to consume.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Id1cc858dc002adfdf35e2a7bb790dc4872d9c570
diff --git a/tof-voters/voters b/tof-voters/voters
index 75c105e..4129d84 100755
--- a/tof-voters/voters
+++ b/tof-voters/voters
@@ -1,7 +1,8 @@
 #!/bin/env -S python3 -B
 
-from libvoters.entry_point import main
 import sys
 
+from libvoters.entry_point import main
+
 if __name__ == "__main__":
     sys.exit(main())