Skip to content

Commit f00cfed

Browse files
committed
removed trailing whitespace from test_tile file
1 parent 8491d22 commit f00cfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/tests/test_tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def test_datetime_cut(self):
303303

304304
# testing for time data to be present as ndarray
305305

306-
data = np.array([np.datetime64('2013-01-01'),
306+
data = np.array([np.datetime64('2013-01-01'),
307307
np.datetime64('2013-01-02'),
308308
np.datetime64('2013-01-03')])
309309
result, bins = cut(data, 3, retbins=True)

0 commit comments

Comments
 (0)