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

Skip to content

Commit 77627e8

Browse files
appleapple
authored andcommitted
Fix blank lines in IndirectTransform
1 parent c505574 commit 77627e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/matplotlib/transforms.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,9 @@ def get_matrix(self):
26602660
self._inverted = None
26612661
self._invalid = 0
26622662
return self._mtx
2663-
class IndirectTransform(Transform):
2663+
2664+
2665+
class IndirectTransform(Transform):
26642666
"""
26652667
A transform that wraps a callable and resolves it lazily at draw time.
26662668

0 commit comments

Comments
 (0)