Skip to content

Commit 6605026

Browse files
committed
Remove indentation.
1 parent a057121 commit 6605026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def set_offsets(self, offsets):
549549
else np.column_stack)
550550
self._offsets = cstack(
551551
(np.asanyarray(self.convert_xunits(offsets[:, 0]), float),
552-
np.asanyarray(self.convert_yunits(offsets[:, 1]), float)))
552+
np.asanyarray(self.convert_yunits(offsets[:, 1]), float)))
553553
self.stale = True
554554

555555
def get_offsets(self):

0 commit comments

Comments
 (0)