Remove null statement

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-18 02:21:00 -04:00
parent e281607ca6
commit bdc6740131

View File

@@ -49,7 +49,6 @@ class DocumentTestMixin(object):
self.test_document_type = DocumentType.objects.create(
label=TEST_DOCUMENT_TYPE_LABEL
)
self.test_document_type = self.test_document_type
def _calculate_test_document_path(self):
if not self.test_document_path: