Skip to content

Commit a0d4e6b

Browse files
committed
Fix indentation
1 parent 6005a51 commit a0d4e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PolarTransform(mtransforms.Transform):
3535
input_dims = output_dims = 2
3636

3737
def __init__(self, axis=None, use_rmin=True,
38-
_apply_theta_transforms=True, *, scale_transform=None):
38+
_apply_theta_transforms=True, *, scale_transform=None):
3939
"""
4040
Parameters
4141
----------

0 commit comments

Comments
 (0)