Skip to content

Commit 2ce4881

Browse files
committed
fix one lint issue
1 parent 27b125a commit 2ce4881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/iotools/test_crn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_read_crn(testfile, columns_mapped, dtypes):
7575
# use inferred types for strings, to cover both pandas 2 and 3
7676
if _dtype is not None:
7777
expected[col] = expected[col].astype(_dtype)
78-
78+
7979
out = crn.read_crn(testfile)
8080
assert_frame_equal(out, expected)
8181

0 commit comments

Comments
 (0)