Skip to content

Commit 19a1b90

Browse files
committed
Formatting fixes
1 parent 7eba43c commit 19a1b90

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

olmocr/train/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def get_pipeline_steps(self, pipeline_config: List[Dict[str, Any]], processor=No
374374
List of initialized pipeline step instances
375375
"""
376376
from olmocr.prompts.prompts import PageResponse
377-
from olmocr.train.front_matter import FrontMatterParser
378377
from olmocr.train.dataloader import (
379378
AugraphyBasicAugmentations,
380379
DatasetTextRuleFilter,

olmocr/train/dataloader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def __getitem__(self, idx: int) -> Optional[Dict[str, Any]]:
179179
return sample
180180

181181

182-
183182
# FrontMatterParser is imported from olmocr.train.front_matter
184183

185184

0 commit comments

Comments
 (0)