Skip to content

Commit

Permalink
Cleaned up a bit. Newlines. Removed dangling commented lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrivedi committed Mar 13, 2014
1 parent 52163c3 commit f7663b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/accelerometer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
To read more about kivy garden, visit: http://kivy-garden.github.io/.
'''
from kivy.garden.graph import Graph, MeshLinePlot
# from collections import deque

class AccelerometerDemo(BoxLayout):
def __init__(self):
Expand Down Expand Up @@ -84,6 +83,7 @@ def build(self):

class ErrorPopup(Popup):
pass

if __name__ == '__main__':
AccelerometerDemoApp().run()

0 comments on commit f7663b2

Please sign in to comment.