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

@@ -308,7 +308,7 @@ class TestFileField(MongoDBTestCase):
assert test_file.the_file not in [{"test": 1}]
def test_file_disk_space(self):
""" Test disk space usage when we delete/replace a file """
"""Test disk space usage when we delete/replace a file"""
class TestFile(Document):
the_file = FileField()