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

Skip to content

Commit 840e1fd

Browse files
appleapple
authored andcommitted
Fix linting errors
1 parent 77627e8 commit 840e1fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,8 +2660,8 @@ def get_matrix(self):
26602660
self._inverted = None
26612661
self._invalid = 0
26622662
return self._mtx
2663-
2664-
2663+
2664+
26652665
class IndirectTransform(Transform):
26662666
"""
26672667
A transform that wraps a callable and resolves it lazily at draw time.

0 commit comments

Comments
 (0)