Sort imports

This commit is contained in:
James R. Barlow
2019-12-19 15:31:18 -08:00
parent 8c5f8b8ddd
commit c5edff2c2f
29 changed files with 37 additions and 42 deletions
+2 -1
View File
@@ -21,10 +21,11 @@ import platform
import sys
from pathlib import Path
from subprocess import PIPE, run
from ocrmypdf import api, cli
import pytest
from ocrmypdf import api, cli
pytest_plugins = ['helpers_namespace']
try: