Typo fix.
This commit is contained in:
parent
b9c9199c78
commit
2cccb07c3d
@ -43,6 +43,8 @@ operation_with_sold_model = {
|
||||
'canceled': fields.Boolean,
|
||||
}
|
||||
|
||||
operation_model = operation_with_sold_model
|
||||
|
||||
parser = reqparse.RequestParser()
|
||||
# Must use lambda because the parser passes other parameters badly interpreted
|
||||
# by dateutil.parser.parse
|
||||
|
@ -17,7 +17,6 @@
|
||||
import dateutil.parser
|
||||
|
||||
from flask.ext.restful import Resource, fields, reqparse, marshal_with_field
|
||||
from flask.ext.restplus import Resource, fields, marshal_with_field
|
||||
|
||||
from sqlalchemy import true
|
||||
from sqlalchemy.orm.exc import NoResultFound
|
||||
|
Loading…
Reference in New Issue
Block a user