Skip to content

Commit 7e67f99

Browse files
author
nicolas.rebena
committed
CLN: Fiex visual indent for PEP8
1 parent 7cea50a commit 7e67f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/plotting/test_frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3001,8 +3001,8 @@ def test_x_string_values_ticks(self):
30013001
# GH: 22334
30023002
# GH: 15912
30033003
df = pd.DataFrame({'sales': [3, 2, 3],
3004-
'visits': [20, 42, 28],
3005-
'day': ['Monday', 'Tuesday', 'Wednesday']})
3004+
'visits': [20, 42, 28],
3005+
'day': ['Monday', 'Tuesday', 'Wednesday']})
30063006
ax = df.plot.area(x='day')
30073007
ax.set_xlim(-1, 3)
30083008
xticklabels = [t.get_text() for t in ax.get_xticklabels()]

0 commit comments

Comments
 (0)