run latest autoformatter

This commit is contained in:
Bastien Gerard
2021-05-04 10:49:42 +02:00
parent 0e6bcbc030
commit 2215e2746b
3 changed files with 6 additions and 6 deletions

View File

@@ -177,7 +177,7 @@ class TestClassMethods(unittest.TestCase):
assert BlogPostWithCustomField.compare_indexes() == {"missing": [], "extra": []}
def test_compare_indexes_for_text_indexes(self):
""" Ensure that compare_indexes behaves correctly for text indexes """
"""Ensure that compare_indexes behaves correctly for text indexes"""
class Doc(Document):
a = StringField()