mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-01 06:59:54 +02:00
logger: fix type hint
This commit is contained in:
parent
108ce1f5a1
commit
e0a7fde537
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Eynollah:
|
|||
num_col_upper : Optional[int] = None,
|
||||
num_col_lower : Optional[int] = None,
|
||||
skip_layout_and_reading_order : bool = False,
|
||||
logger : Logger = None,
|
||||
logger : Optional[Logger] = None,
|
||||
):
|
||||
if skip_layout_and_reading_order:
|
||||
textline_light = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue