Skip to content

Commit 8912283

Browse files
committed
Trim whitespace
1 parent e6ca02c commit 8912283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_lib.py

-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def test_empty_like(self):
250250
self._check_behavior(arr, expected)
251251

252252

253-
254253
def test_period_immutable():
255254
per = pd.Period('2014Q1')
256255
with pytest.raises(AttributeError, message="is not writable"):

0 commit comments

Comments
 (0)