Skip to content

Commit 8c76040

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e115956 commit 8c76040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/methods/test_convert_dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def test_convert_dtype_pyarrow_timezone_preserve(self):
318318
result = ser.convert_dtypes(dtype_backend="pyarrow")
319319
expected = ser.copy()
320320
tm.assert_series_equal(result, expected)
321-
321+
322322
def test_float32_series_addition_preserves_dtype(self):
323323
# GH#61951
324324
ser_a = pd.Series(np.zeros(1000000), dtype="float32") + np.float32(1)

0 commit comments

Comments
 (0)