8000 PEP8 · matplotlib/matplotlib@6bdc427 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bdc427

Browse files
committed
PEP8
1 parent 252ef97 commit 6bdc427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def update_ticks(self):
522522
long_axis.set_ticks(ticks)
523523
long_axis.set_ticklabels(ticklabels)
524524
long_axis.get_major_formatter().set_offset_string(offset_string)
525-
525+
526526
def set_ticks(self, ticks, update_ticks=True):
527527
"""
528528
Set tick locations.

0 commit comments

Comments
 (0)
0