Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 7fba976

Browse files
suhasdeshpandevinibrsl
authored andcommitted
fix relative import
1 parent b746a64 commit 7fba976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • write_a_book_with_flows/src/write_a_book_with_flows

write_a_book_with_flows/src/write_a_book_with_flows/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111
from write_a_book_with_flows.types import Chapter, ChapterOutline
1212

13-
from .crews.outline_book_crew.outline_crew import OutlineCrew
13+
from write_a_book_with_flows.crews.outline_book_crew.outline_crew import OutlineCrew
1414

1515

1616
class BookState(BaseModel):

0 commit comments

Comments
 (0)