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.
2 parents 3c5d9df + db00178 commit 4a103ccCopy full SHA for 4a103cc
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