Reformat repo with pre-commit hooks

This commit is contained in:
Filip Kucharczyk
2019-12-05 00:53:39 +01:00
parent 78b240b740
commit 17151f67c2
9 changed files with 14 additions and 14 deletions

View File

@@ -44,8 +44,8 @@ Available signals include:
`post_save`
Called within :meth:`~mongoengine.Document.save` after most actions
(validation, insert/update, and cascades, but not clearing dirty flags) have
completed successfully. Passed the additional boolean keyword argument
(validation, insert/update, and cascades, but not clearing dirty flags) have
completed successfully. Passed the additional boolean keyword argument
`created` to indicate if the save was an insert or an update.
`pre_delete`