Skip to content

Commit f401672

Browse files
authored
Update test_frame.py
remove whitespace
1 parent 63b9ee6 commit f401672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ def test_if_scatterplot_colorbar_affects_xaxis_visibility(self):
10461046
'major x-axis tick labels visibility changes when colorbar included'
10471047
assert ax1.xaxis.get_label().get_visible()==ax2.xaxis.get_label().get_visible(),\
10481048
'x-axis label visibility changes when colorbar included'
1049-
1049+
10501050
@pytest.mark.slow
10511051
def test_if_hexbin_xaxis_label_is_visible(self):
10521052
random_array = np.random.random((1000,3))

0 commit comments

Comments
 (0)