changed import to match file move

This commit is contained in:
2021-10-23 00:55:28 -06:00
parent 87655abcfe
commit 086a04133a
+1 -1
View File
@@ -1,7 +1,7 @@
from xlrd import inspect_format
from flaskfdx.db import get_db
from flaskfdx.tools import fdxsql
from flaskfdx import fdxsql
def validate_xls_file(file):
if inspect_format(None, file.read()) == 'xls':