in import_view.py the IBool schema interface is imported but not used. allowed_types in line 321 should include this `allowed_types = [IText, IBytes, IBool, IInt, IFloat, IDecimal, IChoice, IDatetime, ITime, IDate]`
in import_view.py the IBool schema interface is imported but not used.
allowed_types in line 321 should include this
allowed_types = [IText, IBytes, IBool, IInt, IFloat, IDecimal, IChoice, IDatetime, ITime, IDate]