From 6b950b7ccf88292f0f747764d9882c56b9bf557a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 21 Oct 2015 03:32:51 -0400 Subject: [PATCH] Style update. --- mayan/apps/documents/tests/test_models.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mayan/apps/documents/tests/test_models.py b/mayan/apps/documents/tests/test_models.py index 9a71976c62..576ddb6d1d 100644 --- a/mayan/apps/documents/tests/test_models.py +++ b/mayan/apps/documents/tests/test_models.py @@ -249,7 +249,9 @@ class DocumentManagerTestCase(TestCase): self.assertEqual(Document.objects.count(), 1) - document_stub.date_added = document_stub.date_added - timedelta(seconds=STUB_EXPIRATION_INTERVAL + 1) + document_stub.date_added = document_stub.date_added - timedelta( + seconds=STUB_EXPIRATION_INTERVAL + 1 + ) document_stub.save() Document.objects.delete_stubs()