reorder imports

This commit is contained in:
iuvbio 2020-02-23 17:19:18 +01:00
parent f2134b4822
commit 6049bdfc0d
1 changed files with 2 additions and 1 deletions

View File

@ -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