Reformat with black

This commit is contained in:
Filip Kucharczyk 2019-12-03 09:19:02 +01:00
parent 3f75f30f26
commit af82c07acc

View File

@ -3644,7 +3644,7 @@ class TestInstance(MongoDBTestCase):
User.objects().select_related()
def test_embedded_document_failed_while_loading_instance_when_it_is_not_a_dict(
self
self,
):
class LightSaber(EmbeddedDocument):
color = StringField()