Skip to content

Commit 7495b58

Browse files
committed
add missing import for find_page_object_overrides
1 parent 531752f commit 7495b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_poet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .pages import WebPage, ItemPage, ItemWebPage, Injectable
22
from .page_inputs import ResponseData
3-
from .overrides import handle_urls, PageObjectRegistry
3+
from .overrides import handle_urls, find_page_object_overrides, PageObjectRegistry

0 commit comments

Comments
 (0)