Skip to content

Commit 56e18de

Browse files
committed
removed obsolete imports in merge.py
1 parent a5d5028 commit 56e18de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tools/merge.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
22
SQL-style merge routines
33
"""
4-
import types
54

65
import numpy as np
76
from pandas.compat import range, long, lrange, lzip, zip, map, filter
@@ -17,11 +16,9 @@
1716
concatenate_block_managers)
1817
from pandas.util.decorators import Appender, Substitution
1918
from pandas.core.common import ABCSeries
20-
from pandas.io.parsers import TextFileReader
2119

2220
import pandas.core.common as com
2321

24-
import pandas.lib as lib
2522
import pandas.algos as algos
2623
import pandas.hashtable as _hash
2724

0 commit comments

Comments
 (0)