diff --git a/pandas_ods_reader/parser.py b/pandas_ods_reader/parser.py index 2f9d2e2..9aa7f65 100644 --- a/pandas_ods_reader/parser.py +++ b/pandas_ods_reader/parser.py @@ -1,7 +1,8 @@ """Imports an ods file into a DataFrame object""" +from collections import OrderedDict + import ezodf import pandas as pd -from collections import OrderedDict from .tools import sanitize_df