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

Skip to content

Commit d72ef38

Browse files
committed
Reconfigured line to comply with pep8 length
1 parent f5e7b21 commit d72ef38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/tests/test_artist.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ def test_collection_transform_of_none():
8888

8989
# providing an IdentityTransform puts the ellipse in device coordinates
9090
e = mpatches.Ellipse(xy_pix, width=100, height=100)
91-
c = mcollections.PatchCollection([e], transform=mtransforms.IdentityTransform(),
92-
alpha=0.5)
91+
c = mcollections.PatchCollection([e],
92+
transform=mtransforms.IdentityTransform(),
93+
alpha=0.5)
9394
ax.add_collection(c)
9495
assert isinstance(c._transOffset, mtransforms.IdentityTransform)
9596

0 commit comments

Comments
 (0)