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

Skip to content

Commit 978307f

Browse files
committed
make the added code conform to PEP8
1 parent bc7ed90 commit 978307f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/patches.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def contains_points(self, points, radius=None):
163163
"""
164164
radius = self._process_radius(radius)
165165
return self.get_path().contains_points(points,
166-
self.get_transform(),
167-
radius)
166+
self.get_transform(),
167+
radius)
168168

169169
def update_from(self, other):
170170
"""

0 commit comments

Comments
 (0)