Run yapf on Spline UI
Signed-off-by: Ravago Jones <ravagojones@gmail.com>
Change-Id: I36b9b9f5da164496b3e97791ba4e6c6bb6c863d1
diff --git a/frc971/control_loops/python/graph.py b/frc971/control_loops/python/graph.py
index 2801f88..77288ea 100644
--- a/frc971/control_loops/python/graph.py
+++ b/frc971/control_loops/python/graph.py
@@ -12,6 +12,7 @@
FigureCanvas)
from matplotlib.figure import Figure
+
class Graph(Gtk.Bin):
def __init__(self):
super(Graph, self).__init__()
@@ -35,7 +36,7 @@
try:
self.queue.get_nowait()
except queue.Empty:
- pass # was already empty
+ pass # was already empty
# replace with new request
self.queue.put_nowait(new_copy)