Sort imports with isort

This commit is contained in:
James R. Barlow
2018-12-30 01:28:15 -08:00
parent 06308a22ce
commit 0880b16491
38 changed files with 176 additions and 172 deletions
+3 -2
View File
@@ -14,11 +14,12 @@
# You should have received a copy of the GNU General Public License
# along with OCRmyPDF. If not, see <http://www.gnu.org/licenses/>.
from ocrmypdf.pdfinfo import PdfInfo, PageInfo
from ocrmypdf._jobcontext import JobContext, JobContextManager
from multiprocessing import Process
from multiprocessing.managers import BaseProxy
from ocrmypdf._jobcontext import JobContext, JobContextManager
from ocrmypdf.pdfinfo import PageInfo, PdfInfo
def test_jobcontext_proxy(resources):
# Prove that managers are set up correctly to share state among processes