fix(api): Import fetch_image() from correct file

This commit is contained in:
AaronBenDaniel
2025-06-05 14:22:12 -04:00
parent cfef986f46
commit 6a9b703f50
+1 -1
View File
@@ -4,10 +4,10 @@ from .create_book import (
fetch_story, fetch_story,
fetch_story_from_partId, fetch_story_from_partId,
fetch_story_content_zip, fetch_story_content_zip,
fetch_image,
fetch_cookies, fetch_cookies,
) )
from .generators import PDFGenerator, EPUBGenerator from .generators import PDFGenerator, EPUBGenerator
from .exceptions import WattpadError, StoryNotFoundError, PartNotFoundError from .exceptions import WattpadError, StoryNotFoundError, PartNotFoundError
from .utils import generate_clean_part_html, slugify from .utils import generate_clean_part_html, slugify
from .logs import logger from .logs import logger
from .parser import fetch_image