changed import to match file move
This commit is contained in:
+1
-1
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user