Skip to content

Commit 22e4129

Browse files
committed
Update test_preserve_leading_zeros.py
1 parent 22bd4e3 commit 22e4129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/parser/test_preserve_leading_zeros.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
import pytest
44

5-
import pandas._testing as tm
65
from pandas.errors import ParserWarning
76

7+
import pandas._testing as tm
8+
89

910
def test_leading_zeros_preserved_with_dtype_str(all_parsers, request):
1011
# GH#57666: pyarrow engine strips leading zeros when dtype=str is passed

0 commit comments

Comments
 (0)