Skip to content

Commit 4d6cdf7

Browse files
committed
Lints fixed
1 parent 43d49da commit 4d6cdf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

olmocr/pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import sys
1616
import tarfile
1717
import tempfile
18-
import time
1918
from concurrent.futures import ThreadPoolExecutor, as_completed
2019
from dataclasses import dataclass
2120
from functools import cache

olmocr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_MINOR = "4"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "13"
5+
_PATCH = "14"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = ""

0 commit comments

Comments
 (0)