From 7a4302415a215ae316901d3ceeea0c79b1fadceb Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 14 Oct 2018 00:29:46 -0400 Subject: [PATCH] PEP8 cleanups. Signed-off-by: Roberto Rosario --- mayan/apps/mirroring/tests/test_filesystems.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mayan/apps/mirroring/tests/test_filesystems.py b/mayan/apps/mirroring/tests/test_filesystems.py index 1f9dad3220..1ad00c59db 100644 --- a/mayan/apps/mirroring/tests/test_filesystems.py +++ b/mayan/apps/mirroring/tests/test_filesystems.py @@ -155,5 +155,4 @@ class IndexFilesystemTestCase(DocumentIndexingTestMixin, DocumentTestMixin, Base '/{}'.format(TEST_NODE_EXPRESSION), '' ) )[2:], [] - ) - + )