Skip to content

Commit 9e982a7

Browse files
committed
page_store: fix import
1 parent 6112d74 commit 9e982a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocrd_browser/ui/page_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from ocrd_browser.util.image import cv_to_pixbuf, cv_scale
77
from ocrd_browser.model import Document
8-
from .icon_store import LazyLoadingListStore
8+
from .icon_store import LazyLoadingListStore, RowResult
99
from ..util.config import SettingsFactory
1010

1111
import cv2

0 commit comments

Comments
 (0)