Skip to content

Commit 432e9e8

Browse files
committed
small pep8 fix to force travis to build
no response after previous patch from travis. come on travis, wake up.
1 parent 1b509c1 commit 432e9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_skew.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class SkewXAxes(Axes):
106106
name = 'skewx'
107107

108108
def _init_axis(self):
109-
#Taken from Axes and modified to use our modified X-axis
109+
# Taken from Axes and modified to use our modified X-axis
110110
self.xaxis = SkewXAxis(self)
111111
self.spines['top'].register_axis(self.xaxis)
112112
self.spines['bottom'].register_axis(self.xaxis)
@@ -128,7 +128,7 @@ def _set_lim_and_transforms(self):
128128
"""
129129
rot = 30
130130

131-
#Get the standard transform setup from the Axes base class
131+
# Get the standard transform setup from the Axes base class
132132
Axes._set_lim_and_transforms(self)
133133

134134
# Need to put the skew in the middle, after the scale and limits,

0 commit comments

Comments
 (0)