From af82c07acc3226f7ed65818536680343f2fd83c6 Mon Sep 17 00:00:00 2001 From: Filip Kucharczyk Date: Tue, 3 Dec 2019 09:19:02 +0100 Subject: [PATCH] Reformat with black --- tests/document/test_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/document/test_instance.py b/tests/document/test_instance.py index 1d3e18d0..173e02f2 100644 --- a/tests/document/test_instance.py +++ b/tests/document/test_instance.py @@ -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()