PEP8 cleanups
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -30,6 +30,8 @@ from mayan.apps.storage.utils import mkdtemp
|
||||
from .algorithms import HashAlgorithm
|
||||
from .exceptions import DependenciesException
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Provider(object):
|
||||
"""Base provider class"""
|
||||
|
||||
@@ -12,7 +12,7 @@ from ..models import (
|
||||
|
||||
from .base import GenericDocumentTestCase
|
||||
from .literals import (
|
||||
TEST_DOCUMENT_TYPE_LABEL, TEST_DOCUMENT_PATH, TEST_MULTI_PAGE_TIFF_PATH,
|
||||
TEST_DOCUMENT_TYPE_LABEL, TEST_MULTI_PAGE_TIFF_PATH,
|
||||
TEST_PDF_INDIRECT_ROTATE_PATH, TEST_OFFICE_DOCUMENT_PATH,
|
||||
TEST_SMALL_DOCUMENT_CHECKSUM, TEST_SMALL_DOCUMENT_FILENAME,
|
||||
TEST_SMALL_DOCUMENT_MIMETYPE, TEST_SMALL_DOCUMENT_PATH,
|
||||
|
||||
@@ -13,7 +13,6 @@ from .links import (
|
||||
link_queue_scheduled_task_list, link_queue_reserved_task_list,
|
||||
link_task_manager
|
||||
)
|
||||
from .links import link_task_manager
|
||||
|
||||
|
||||
class TaskManagerApp(MayanAppConfig):
|
||||
|
||||
Reference in New Issue
Block a user