Merge "Add a missed translation function importing"

This commit is contained in:
Jenkins 2017-05-04 07:29:56 +00:00 committed by Gerrit Code Review
commit d0c852ab8b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Request Body validating middleware.
import jsonschema
from mogan.common import exception
from mogan.common.i18n import _
def check_schema(body, schema):