Skip to content

Commit

Permalink
fixed lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-17 committed Feb 8, 2025
1 parent a036133 commit b6e5dab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion olmocr/data/buildsilverdatasummary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import collections
import csv
import json
import os
Expand Down
2 changes: 1 addition & 1 deletion olmocr/filter/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
import subprocess
from collections import Counter
from typing import Any, Dict, List
from typing import List

from lingua import Language, LanguageDetectorBuilder
from pypdf import PdfReader
Expand Down

0 comments on commit b6e5dab

Please sign in to comment.