8000 Fixing PEP8 compliance · matplotlib/matplotlib@2025974 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2025974

Browse files
Fixing PEP8 compliance
1 parent e8e2ca4 commit 2025974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/api/custom_scale_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class MercatorLatitudeTransform(mtransforms.Transform):
104104
output_dims = 1
105105
is_separable = True
106106
has_inverse = True
107+
107108
def __init__(self, thresh):
108109
mtransforms.Transform.__init__(self)
109110
self.thresh = thresh

0 commit comments

Comments
 (0)
0