Skip to content

Commit 14bc485

Browse files
committed
Fix : removed unused import.
1 parent 7631146 commit 14bc485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_pickle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.version import LooseVersion
2121
import pandas as pd
2222
from pandas import Index
23-
from pandas.compat import is_platform_little_endian, cPickle as pkl
23+
from pandas.compat import is_platform_little_endian
2424
import pandas
2525
import pandas.util.testing as tm
2626
from pandas.tseries.offsets import Day, MonthEnd

0 commit comments

Comments
 (0)