Skip to content

Commit

Permalink
add missing import for find_page_object_overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Dec 21, 2021
1 parent 531752f commit 7495b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_poet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .pages import WebPage, ItemPage, ItemWebPage, Injectable
from .page_inputs import ResponseData
from .overrides import handle_urls, PageObjectRegistry
from .overrides import handle_urls, find_page_object_overrides, PageObjectRegistry

0 comments on commit 7495b58

Please sign in to comment.