Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a03d5b5

Browse files
committedFeb 2, 2020
remove import read_csv
1 parent 1bc350b commit a03d5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pandas/tests/io/parser/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pandas._libs.tslib import Timestamp
1717
from pandas.errors import DtypeWarning, EmptyDataError, ParserError
1818

19-
from pandas import DataFrame, Index, MultiIndex, Series, compat, concat, read_csv
19+
from pandas import DataFrame, Index, MultiIndex, Series, compat, concat
2020
import pandas._testing as tm
2121

2222
from pandas.io.parsers import CParserWrapper, TextFileReader, TextParser

0 commit comments

Comments
 (0)
Please sign in to comment.