Skip to content

Commit

Permalink
Revert line
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Jan 9, 2025
1 parent 7953bc2 commit 2b306c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/methods/test_to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 2b306c7

Please # to comment.