Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Sep 6, 2016
1 parent 9528c3b commit 65f6a68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion umongo/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
validate as ma_validate, missing, validates_schema)

from .i18n import gettext as _
from .exceptions import ValidationError
from .marshmallow_bonus import (schema_validator_check_unknown_fields,
schema_from_umongo_get_attribute)

Expand Down
2 changes: 1 addition & 1 deletion umongo/marshmallow_bonus.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class SchemaFromUmongo(MaSchema):
"""

__check_unknown_fields = validates_schema(pass_original=True)(
schema_validator_check_unknown_fields)
schema_validator_check_unknown_fields)
get_attribute = schema_from_umongo_get_attribute


Expand Down

0 comments on commit 65f6a68

Please sign in to comment.