8000 Fixed spacing issue for pep8 · matplotlib/matplotlib@689b6ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 689b6ff

Browse files
committed
Fixed spacing issue for pep8
1 parent 4ac18b1 commit 689b6ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def get_matrix(self):
112112
return self._mtx
113113
get_matrix.__doc__ = Affine2DBase.get_matrix.__doc__
114114

115+
115116
class InvertedPolarTransform(Transform):
116117
"""
117118
The inverse of the polar transform, mapping Cartesian

0 commit comments

Comments
 (0)
0