Skip to content

Commit ce290e1

Browse files
Update test_io.py
1 parent 9f07189 commit ce290e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from collections import defaultdict
22
from collections.abc import Generator
33
import csv
4+
from functools import partial
45
import io
56
import os.path
67
import pathlib
@@ -14,7 +15,6 @@
1415
)
1516

1617
import numpy as np
17-
from functools import partial
1818
import pandas as pd
1919
from pandas import (
2020
DataFrame,

0 commit comments

Comments
 (0)