mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-01 11:21:41 +00:00
One last lint fix
This commit is contained in:
parent
7d7e81ef91
commit
03ef3532b4
@ -4,7 +4,7 @@ from typing import Type
|
|||||||
import regex as re
|
import regex as re
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
from .aligners import BaseAligner, AlignerRegistry
|
from .aligners import AlignerRegistry, BaseAligner
|
||||||
from .registry import BaseRegistry
|
from .registry import BaseRegistry
|
||||||
from .segmenters import BaseSegmenter, SegmenterRegistry
|
from .segmenters import BaseSegmenter, SegmenterRegistry
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user