processor.py: Simplify import

Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
This commit is contained in:
Konstantin Baierer 2024-08-26 10:39:22 +02:00 committed by GitHub
parent d98fa2a85b
commit ecd202ea4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
from typing import Optional
from ocrd.processor.ocrd_page_result import OcrdPageResult
from ocrd import OcrdPageResult
from ocrd_models import OcrdPage
from ocrd import Processor