Skip to content

Commit 7a6c847

Browse files
committed
Cleanup
1 parent c073d81 commit 7a6c847

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/reshape/test_from_dummies.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,6 @@ def test_object_dtype_preserved():
465465
# https://github.com/pandas-dev/pandas/pull/60694
466466
# When the input has object dtype, the result should as
467467
# well even when infer_string is True.
468-
import pandas as pd
469-
470-
assert pd.get_option("future.infer_string")
471468
df = DataFrame(
472469
{
473470
"x": [1, 0, 0],

0 commit comments

Comments
 (0)