Skip to content

Commit db00178

Browse files
committed
Fixes #929
add empty __init__.py and update import paths
1 parent 3c5d9df commit db00178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/hexdoc_hexcasting/book/__init__.py

Whitespace-only changes.

doc/src/hexdoc_hexcasting/book/page/pages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from hexdoc_hexcasting.utils.pattern import PatternInfo, RawPatternInfo
88
from pydantic import ValidationInfo, field_validator, model_validator
99

10-
from ..recipes import BrainsweepRecipe
11-
from .abstract_pages import PageWithOpPattern, PageWithPattern
10+
from hexdoc_hexcasting.book.recipes import BrainsweepRecipe
11+
from hexdoc_hexcasting.book.page.abstract_pages import PageWithOpPattern, PageWithPattern
1212

1313

1414
class LookupPatternPage(PageWithOpPattern, type="hexcasting:pattern"):

0 commit comments

Comments
 (0)