Skip to content

Commit fc75da3

Browse files
davidovitchdavidovitch
authored and
davidovitch
committed
fixed wrong ods import in io api (leftover from earlier approach were a seperate ods.py module was used)
1 parent 51ef7a3 commit fc75da3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/api.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
from pandas.io.parsers import read_csv, read_table, read_fwf
66
from pandas.io.clipboard import read_clipboard
7-
from pandas.io.excel import ExcelFile, ExcelWriter, read_excel
8-
from pandas.io.ods import OdsFile, read_ods
7+
from pandas.io.excel import ExcelFile, OdsFile, ExcelWriter, read_excel
98
from pandas.io.pytables import HDFStore, Term, get_store, read_hdf
109
from pandas.io.json import read_json
1110
from pandas.io.html import read_html

0 commit comments

Comments
 (0)