reorder imports
This commit is contained in:
parent
f2134b4822
commit
6049bdfc0d
|
|
@ -1,7 +1,8 @@
|
||||||
"""Imports an ods file into a DataFrame object"""
|
"""Imports an ods file into a DataFrame object"""
|
||||||
|
from collections import OrderedDict
|
||||||
|
|
||||||
import ezodf
|
import ezodf
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
from collections import OrderedDict
|
|
||||||
|
|
||||||
from .tools import sanitize_df
|
from .tools import sanitize_df
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue