We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5d9df commit db00178Copy full SHA for db00178
doc/src/hexdoc_hexcasting/book/__init__.py
doc/src/hexdoc_hexcasting/book/page/pages.py
@@ -7,8 +7,8 @@
7
from hexdoc_hexcasting.utils.pattern import PatternInfo, RawPatternInfo
8
from pydantic import ValidationInfo, field_validator, model_validator
9
10
-from ..recipes import BrainsweepRecipe
11
-from .abstract_pages import PageWithOpPattern, PageWithPattern
+from hexdoc_hexcasting.book.recipes import BrainsweepRecipe
+from hexdoc_hexcasting.book.page.abstract_pages import PageWithOpPattern, PageWithPattern
12
13
14
class LookupPatternPage(PageWithOpPattern, type="hexcasting:pattern"):
0 commit comments