PEP8 clean up and trivial typo fixes

This commit is contained in:
Roberto Rosario
2015-06-08 15:54:54 -04:00
parent d678431c97
commit 32fe03aaa7
5 changed files with 4 additions and 52 deletions

View File

@@ -15,14 +15,8 @@ from PIL import Image
import sh
from common.utils import fs_cleanup
from mimetype.api import get_mimetype
from ..classes import ConverterBase
from ..exceptions import ConvertError, UnknownFileFormat
from ..literals import (
DEFAULT_FILE_FORMAT, DEFAULT_PAGE_NUMBER, TRANSFORMATION_RESIZE,
TRANSFORMATION_ROTATE, TRANSFORMATION_ZOOM
)
from ..settings import PDFTOPPM_PATH
try:
@@ -92,6 +86,3 @@ class Python(ConverterBase):
pass
return page_count