Run yapf on Spline UI

Signed-off-by: Ravago Jones <ravagojones@gmail.com>
Change-Id: I36b9b9f5da164496b3e97791ba4e6c6bb6c863d1
diff --git a/frc971/control_loops/python/points.py b/frc971/control_loops/python/points.py
index 5fc4c4a..dd7e199 100644
--- a/frc971/control_loops/python/points.py
+++ b/frc971/control_loops/python/points.py
@@ -3,6 +3,7 @@
 from libspline import Spline, DistanceSpline, Trajectory
 import copy
 
+
 class Points():
     def __init__(self):
         self.points = []  # Holds all points not yet in spline