Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de8b5c4

Browse filesBrowse files
committed
remove empty lines after class decl
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
1 parent 36030da commit de8b5c4
Copy full SHA for de8b5c4

File tree

Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-3
lines changed

‎examples/event_handling/pipong.py

Copy file name to clipboardExpand all lines: examples/event_handling/pipong.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def _speedlimit(self):
119119

120120

121121
class Game(object):
122-
123122
def __init__(self, ax):
124123
# create the initial line
125124
self.ax = ax

‎examples/misc/multiprocess.py

Copy file name to clipboardExpand all lines: examples/misc/multiprocess.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020

2121
class ProcessPlotter(object):
22-
2322
def __init__(self):
2423
self.x = []
2524
self.y = []
@@ -28,7 +27,6 @@ def terminate(self):
2827
plt.close('all')
2928

3029
def poll_draw(self):
31-
3230
def call_back():
3331
while 1:
3432
if not self.pipe.poll():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.