Pre-release delinting

This commit is contained in:
James R. Barlow
2020-06-09 15:27:14 -07:00
parent fe156db41d
commit 64891c2fc3
22 changed files with 29 additions and 46 deletions
@@ -16,13 +16,11 @@
# along with OCRmyPDF. If not, see <http://www.gnu.org/licenses/>.
import logging
from pathlib import Path
from ocrmypdf import hookimpl
from ocrmypdf._exec import ghostscript
from ocrmypdf._validation import HOCR_OK_LANGS
from ocrmypdf.exceptions import MissingDependencyError
from ocrmypdf.helpers import Resolution
from ocrmypdf.subprocess import check_external_program
log = logging.getLogger(__name__)