Skip to content

Commit cae4ebf

Browse files
committed
PEP8
1 parent 083cc0f commit cae4ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfer/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ def add_contour_overlay(self, scalar_data, min=None, max=None,
25552555
self._format_cbar_text(bar)
25562556
bar.scalar_bar_representation.position2 = .8, 0.09
25572557
if not colorbar:
2558-
bar.visible = False
2558+
bar.visible = False
25592559

25602560
# Set up a dict attribute with pointers at important things
25612561
return dict(surface=surf, colorbar=bar)

0 commit comments

Comments
 (0)