Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f991769

Browse files
committed
fix test: PEP8 whitespace check
1 parent f000282 commit f991769

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/pylab_examples/arrow_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def draw_arrow(pair, alpha=alpha, ec=ec, labelcolor=labelcolor):
162162
max_head_length)
163163
else:
164164
length = max_arrow_length
165-
166165
# set the transparency of the arrow
167166
if display == 'alpha':
168167
alpha = min(data[pair]/sf, alpha)

lib/matplotlib/transforms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ def transform(self, values):
13051305
return res.reshape(-1)
13061306
elif ndim == 2:
13071307
return res
1308-
13091308
raise ValueError(
13101309
"Input values must have shape (N x {dims}) "
13111310
"or ({dims}).".format(dims=self.input_dims))

0 commit comments

Comments
 (0)