From 2b306c759093e41d4eaf35133b57c8977ae84b52 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 8 Jan 2025 22:57:02 -0500 Subject: [PATCH] Revert line --- pandas/tests/frame/methods/test_to_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/frame/methods/test_to_csv.py b/pandas/tests/frame/methods/test_to_csv.py index 0eda3461bc989..9eafc69013ffe 100644 --- a/pandas/tests/frame/methods/test_to_csv.py +++ b/pandas/tests/frame/methods/test_to_csv.py @@ -734,7 +734,7 @@ def test_to_csv_withcommas(self, temp_file): df2 = self.read_csv(path) tm.assert_frame_equal(df2, df) - def test_to_csv_mixed(self, temp_file, using_infer_string): + def test_to_csv_mixed(self, temp_file): def create_cols(name): return [f"{name}{i:03d}" for i in range(5)]