PEP8 Cleanups.

This commit is contained in:
Roberto Rosario
2015-10-07 22:24:44 -04:00
parent aabbe59093
commit 86ff835839
30 changed files with 114 additions and 69 deletions

View File

@@ -15,9 +15,7 @@ from .literals import (
UPDATE_PAGE_COUNT_RETRY_DELAY, UPLOAD_NEW_VERSION_RETRY_DELAY,
NEW_DOCUMENT_RETRY_DELAY, STUB_EXPIRATION_INTERVAL
)
from .models import (
DeletedDocument, Document, DocumentPage, DocumentType, DocumentVersion
)
from .models import Document, DocumentPage, DocumentType, DocumentVersion
logger = logging.getLogger(__name__)