8000 Fix suggestion · matplotlib/matplotlib@09478a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09478a0

Browse files
committed
Fix suggestion
1 parent 5441e09 commit 09478a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,6 @@ def get_positions(self):
14031403
segments = self.get_segments()
14041404
pos = 0 if self.is_horizontal() else 1
14051405
return [segment[0, pos] for segment in self.get_segments()]
1406-
return positions
14071406

14081407
def set_positions(self, positions):
14091408
'''

0 commit comments

Comments
 (0)
0