Skip to content

Commit d37e613

Browse files
committed
PEP8 : whitespace fix
1 parent aa583e4 commit d37e613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_webagg_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_diff_image(self):
9797
buff.shape = (renderer.height, renderer.width)
9898

9999
# If any pixels have transparency, we need to force a full draw
100-
# as we cannot overlay new on top of old.
100+
# as we cannot overlay new on top of old.
101101
pixels = buff.view(dtype=np.uint8).reshape(buff.shape + (4,))
102102
some_transparency = np.any(pixels[:, :, 3] != 255)
103103

0 commit comments

Comments
 (0)